SQL SELECT FIRST : The SQL first() function is used to return the first value of the selected column.
Here a point is notable that first function is only supported by MS Access.
SELECT FIRST(column_name) FROM table_name;
SQL SELECT FIRST : The SQL first() function is used to return the first value of the selected column.
Here a point is notable that first function is only supported by MS Access.
SELECT FIRST(column_name) FROM table_name;