forked from MajuTo/st2_sql_snippets
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.md~
More file actions
24 lines (20 loc) · 707 Bytes
/
README.md~
File metadata and controls
24 lines (20 loc) · 707 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
**README**
==========
A collection of *SQL* snippets for Sublime Text 2.
Copy into your Sublime Text 2 'User' folder or in a subfolder (like `../sublime-text-2/Packages/User/snippets/SQL/`).
You can also copy the snippets directly in the SQL folder under `../sublime-text-2/Packages/SQL/snippets/`.
Tab Trigger:
* ct => create table
* aatc => add another table column
* cpk => constraint primary key
* cfk => constraint foreign key
* cv => create view
* atpk => alter table primary key
* atfk => alter table foreign key
* ij => inner join
* gr => grant rights
* iit => insert into table
* ut => update table
* dft => delete from table
* sft => select from table
Thank you.