First() Function In SQL
First ()
First Function Is used To Display First Record From The selected
Column
First () Synatx-The Basic Synatx For First Function given Below
SELECT First (Column_name) FROM table_name;
First() Function Example
SQL Query-
SELECT First (StudentName) FROM Student;
In Above Example It will Display The First Name From StudentName
column
NOTE- First() function is only supported in MS Access.
Tags:
sql