.
(Move to ...)
HOME
MSSQL
MYSQL
ORACLE
TERADATA
GREENPLUM
DB2
MARIADB
MONGODB
POSTGRESQL
▼
Sunday, 24 May 2015
How to Fetch Sample Records From MySql Database
We can fetch sample records from MySql database by using LIMIT clause and the end of the query.
The basic syntax is:-
SELECT * FROM TABLE_NAME LIMIT ]NUMBER]
Example can be:-
SELECT * FROM EMPLOYEES LIMIT 5;
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment