MySQL greatest() Function On String Value Example
Open your MySQL Query Editor then copy & paste the below code to get the value of greatest()MySQL Function Example on String Values:
select greatest('test', 'test3', 'test2');
MySQL greatest() String Value Function Example - Result in MySQL Query Editor
Related Tutorial Examples
- MySQL isnull() Function Example
- MySQL least() Function Datetime Value Example
- MySQL least() Function String Value Example
- MySQL least() Function Numeric Value Example
- MySQL greatest() Function Datetime Example
- MySQL now() Datetime Function Example
- MySQL Stored Procedure: Variable Example
- MySQL Stored Procedure: Batch Salary Increment Example
- MySQL Sub-Query: INSERT INTO SELECT *... Example
- MySQL Sub-Query: CREATE TABLE SELECT... Example

No comments:
Post a Comment
leave your comments here..