Difference between revisions of "Select"
Jump to navigation
Jump to search
Line 20: | Line 20: | ||
* <code>[[jq]] '.[] | [[select]](.color=="blue")' your_json_file.json</code> | * <code>[[jq]] '.[] | [[select]](.color=="blue")' your_json_file.json</code> | ||
− | + | ||
== Related terms == | == Related terms == | ||
Line 27: | Line 27: | ||
* <code>[[GRANT SELECT]]</code> | * <code>[[GRANT SELECT]]</code> | ||
* <code>[[select distinct]]</code> | * <code>[[select distinct]]</code> | ||
+ | * <code>[[ERROR: permission denied for relation]] your_table</code> | ||
== See also == | == See also == |
Revision as of 13:47, 8 November 2022
select * from your_table_name;
select * from your_db.your_table_name;
SELECT * FROM your_table_name; ERROR: permission denied for table your_table_name
SELECT version(); SELECT current user;
select current_setting('block_size');
- MySQL:
select user FROM mysql.user;
Related terms
- MongoDB:
db.YOUR_COLLETION_NAME.find ()
select count
GRANT SELECT
select distinct
ERROR: permission denied for relation your_table
See also
- SQL, NewSQL, RDMS: GraphQL (2015), SQLite,
select, insert
,select count
, Distributed SQL, TablePlus, Cache hit ratio,pg_stat_user_tables
,EXPLAIN
, Index (PostgreSQL), DDL, SQL/MED, Group by, List users, SQL Injection, SQLAlchemy,CREATE USER, CREATE ROLE, EXPLAIN, ALTER DATABASE, REVOKE, NOLOCK, NOWAIT, EXISTS
, Unique constraint,.sql
Advertising: