-
Notifications
You must be signed in to change notification settings - Fork 0
PostgreSQL Syntax for Select
Yen-Bo Huang edited this page Nov 16, 2019
·
1 revision
SELECT select_list
FROM table_expression
[ ORDER BY ... ]
[ LIMIT { number | ALL } ] [ OFFSET number ]
When using LIMIT, it is important to use an ORDER BY clause that constrains the result rows into a unique order.
SELECT format(’Hello %s’, ’World’);
Contact me at https://www.linkedin.com/in/yen-bo-huang-b9565774/
- OS
- CEH
- Programming Languages
- IDE
- Database
- Container
- CI
- Version Control
- Build Tools
- Code Scanners
- Cloud Tools