RIGHT « String « SQL / MySQL






1.RIGHT(, )
2.Return just the MM-DD component of the date with RIGHT()
3.SELECT RIGHT('1995-03-01',5), RIGHT('1996-02-29',5);
4.The following comparison produces a result that is correct in lexical terms but incorrect in temporal terms