Difference between revisions of "Select"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | + | ||
− | * <code> select * from | + | * <code> select * from your_table_name</code> ([[SQL]]) |
Line 8: | Line 8: | ||
* [[MySQL]]: <code>[[select user]] FROM [[mysql.user]];</code> | * [[MySQL]]: <code>[[select user]] FROM [[mysql.user]];</code> | ||
+ | |||
+ | * <code>[[jq]] '.[] | [[select]](.color=="blue")' your_json_file.json</code> | ||
== Related terms == | == Related terms == |
Revision as of 13:58, 9 August 2021
select * from your_table_name
(SQL)
select current_setting('block_size');
- MySQL:
select user FROM mysql.user;
Related terms
- MongoDB:
db.YOUR_COLLETION_NAME.find ()
select count
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: