20 lines
331 B
Text
20 lines
331 B
Text
app: datagrip
|
|
|
|
-
|
|
select: "SELECT "
|
|
star: "*"
|
|
from: "FROM "
|
|
select star from: "SELECT * FROM "
|
|
where: "WHERE "
|
|
order by: "ORDER BY "
|
|
descending: " DESC"
|
|
ascending: " ASC"
|
|
dot i d: ".id"
|
|
is not null: " IS NOT NULL"
|
|
is null: " IS NULL"
|
|
inner join:
|
|
insert("INNER JOIN ON ")
|
|
key(left)
|
|
key(left)
|
|
key(left)
|
|
key(left)
|