Difference between revisions of "Select"

From wikieduonline
Jump to navigation Jump to search
Line 6: Line 6:
  
 
  SELECT * FROM your_table_name;
 
  SELECT * FROM your_table_name;
  ERROR: permission denied for table your_table_name
+
  [[ERROR: permission denied for table]] your_table_name
  
  

Revision as of 09:47, 29 October 2021


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: