SELECT GREATEST('B','A','C'); : GREATEST : Comparison Functions Operators MySQL TUTORIALS


MySQL TUTORIALS » Comparison Functions Operators » GREATEST »

 

SELECT GREATEST('B','A','C');


mysql>
mysql> SELECT GREATEST('B','A','C');
+-----------------------+
| GREATEST('B','A','C'|
+-----------------------+
| C                     |
+-----------------------+
row in set (0.00 sec)

mysql>



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

MySQL TUTORIALS

 Navioo Comparison Functions Operators
» GREATEST