select

From wikieduonline
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: