postgresql get last 10 records
SELECT * from <table_name> order by "Date" DESC LIMIT 10;
postgresql get last 10 records
SELECT * from <table_name> order by "Date" DESC LIMIT 10;
psql get last rows
# ctid represents the physical location when you don't have an ID or a DATE
SELECT * from <table_name> ORDER BY ctid DESC LIMIT <limit>;
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us