.png)
.
First() Function In SQL - How to Use First Function in SQL?
First ()
First Function Is used To Display First Record From The selected
Column
First () Syntax-
The Basic Syntax For First Function is 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 the Student Name
column
NOTE- First() function is only supported in MS Access.
Hope!!! The above Tutorial on SQL Functions with Examples is helpful for you...
Team,
QA achaya
0 Comments