POSTGRE Tips

1
2
--Return first 100 records from the table employee.
SELECT * FROM employee LIMIT 100
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Just some useful reminders of how to do a bunch of thing ins postgresql

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.