Difference between revisions of "Select"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
 
(34 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
{{lowercase}}
 +
select
 +
[[select count]]
 +
[[select distinct]]
  
  [[jq]] '.[] | [[select]](.color=="blue")' your_json_file.json
+
 
select ([[SQL]])
+
[[PostgreSQL select|PostgreSQL]]:
 +
* <code> select * from your_table_name;</code>
 +
* <code> select * from your_db.your_table_name;</code>
 +
* <code>[[SELECT * FROM pg_stat_activity;]]</code>
 +
* <code>[[SELECT version();]]</code>
 +
* <code>[[SELECT current user;]]</code>
 +
* <code>[[SELECT current database();]]</code>
 +
 
 +
 
 +
  SELECT * FROM your_table_name;
 +
[[ERROR: permission denied for table]] your_table_name
 +
 
 +
 
 +
 
 +
* <code>[[select]] current_setting('[[block_size]]');</code>
 +
 
 +
 
 +
* [[MySQL]]: <code>[[select user]] FROM [[mysql.user]];</code>
 +
 
 +
* <code>[[jq]] '.[] | [[select]](.color=="blue")' your_json_file.json</code>
 +
 
 +
 
 +
 
 +
== Related terms ==
 +
* [[MongoDB]]: <code>db.YOUR_COLLETION_NAME.[[find]] ()</code>
 +
* <code>[[select count]]</code>
 +
* <code>[[select distinct]]</code>
 +
* <code>[[GRANT SELECT]]</code>
 +
**<code>[[GRANT SELECT ON ALL TABLES]]</code>
 +
* <code>[[ERROR: permission denied for relation]] your_table</code>
 +
* [[SELECT can cause synchronous writes on the disk]]
 +
 
 +
== See also ==
 +
* {{SELECT}}
 +
* {{SQL}}
 +
 
 +
[[Category:Computing]]

Latest revision as of 13:21, 5 May 2023

Advertising: