Difference between revisions of "Select"

From wikieduonline
Jump to navigation Jump to search
Line 20: Line 20:
 
* [[MongoDB]]: <code>db.YOUR_COLLETION_NAME.[[find]] ()</code>
 
* [[MongoDB]]: <code>db.YOUR_COLLETION_NAME.[[find]] ()</code>
 
* <code>[[select count]]</code>
 
* <code>[[select count]]</code>
* <code>[[GRANT]]</code>
+
* <code>[[GRANT SELECT]]</code>
  
 
== See also ==
 
== See also ==

Revision as of 13:10, 26 January 2022


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: