A bunch of new snippets
This commit is contained in:
parent
a3eb6846b3
commit
23b179ad1d
12 changed files with 76 additions and 0 deletions
5
snippets/sql-mode/count(*) group by
Normal file
5
snippets/sql-mode/count(*) group by
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# -*- mode: snippet -*-
|
||||
# name: count(*) group by
|
||||
# key: countby
|
||||
# --
|
||||
SELECT count(*), ${1:column} FROM ${2:table} GROUP BY $1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue