Write a query to find the first person in the table
Answers
Answered by
1
Answer:
SELECT FIRST(column_name) FROM table_name;
Note: The FIRST() function is only supported in MS Access.
Explanation:
Similar questions