Answers for "how to select only the first record of a sql table"

SQL
2

how to select first row of database sql

-- select the first row of database table
select * from company limit 1
Posted by: Guest on September-14-2021

Code answers related to "how to select only the first record of a sql table"

Code answers related to "SQL"

Browse Popular Code Answers by Language