<

MySQL LAST() Function



MySQL last function is used to return the last value of the selected column.

syntax


SELECT column_name  
FROM table_name  
ORDER BY column_name DESC  
LIMIT 1;  
















© copyright 2017-2022 Completedone pvt ltd.