dotfiles/talon/community/community-cursorless-0.4.0/lang/sql.talon
2024-11-16 20:27:38 -07:00

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)