InterviewSolution
Saved Bookmarks
| 1. |
How to select first 10 records in PostgreSQL? |
|
Answer» To get the first 10 records from a database in PostgreSQL, USE the LIMIT command. Here is an example of PICKING the first 10 records from a database CALLED Example: Example |
|