SELECT FIRST(column_name) FROM table_name;
SELECT TOP 1 CustomerName FROM Customers ORDER BY CustomerID ASC;
SHARE THIS POST
Subscribe to our Free Email Updates!
0 comments :
Post a Comment