.
LAST() Function In SQL - How to Use the Last Function in SQL?
LAST()
Last Function Is used To Display the Last Record From The selected
Column
Syntax of the last function
The Basic Syntax For the Last Function is given Below
SELECT LAST(Column_name) FROM table_name;
Last() Function Example
SELECT LAST(StudentName) FROM Student;
In the Above Example, It will Display The Last Name From the Student Name
column
NOTE- The LAST() function is
only supported in MS Access.
Hope!!! The above Tutorial on the Last function With an Example is helpful For you...
Team,
QA acharya
0 Comments