select

From wikieduonline
Revision as of 09:47, 29 October 2021 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



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

Related terms

See also

Advertising: