Italian Trulli

SQL First Function With Example

Test Tribe
.
First() Function In SQL - How to Use First Function in SQL?

First Function in SQL with example



First ()
The First Function Is used To Display the First Record From The selected Column

Syntax of First Function
The Basic Syntax For the First Function is given Below

SELECT First (Column_name) FROM table_name;

First() Function Example

SQL Query-
SELECT First (StudentName) FROM Student;

In the Above Example, It will Display The First Name From the Student Name column

NOTE- The First() function is only supported in MS Access.


Hope!!! The above Tutorial on SQL Functions with Examples is helpful for you...

Team,
QA acharya

Post a Comment

0 Comments