select

From wikieduonline
Revision as of 13:10, 26 January 2022 by Welcome (talk | contribs)
Jump to navigation Jump to search


PostgreSQL:

  • select * from your_table_name
SELECT * FROM your_table_name;
ERROR: permission denied for table your_table_name
SELECT version();


  • jq '.[] | select(.color=="blue")' your_json_file.json

Related terms

See also

Advertising: