Created
February 3, 2015 13:58
-
-
Save thedeetch/3b7e954a591251e5f38b to your computer and use it in GitHub Desktop.
Hotstrings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#SingleInstance force | |
; SQL | |
:*:ij`t::INNER JOIN ` | |
:*:loj`t::LEFT OUTER JOIN ` | |
:*:st`t::SHOW TABLES; | |
:*:sct`t::SHOW CREATE TABLE `;{left 1} | |
:*:scf`t::SELECT COUNT(*) FROM `;{left 1} | |
:*:ssf`t::SELECT * FROM `;{left 1} | |
:*:ldata`t::LOAD DATA INPATH '' OVERWRITE INTO TABLE '';{left 2} | |
:*:vddl`t::SELECT VIEW_DEFINITION FROM SYSIBM.VIEWS WHERE TABLE_SCHEMA = 'DB2' AND TABLE_NAME = ''{left 2} | |
:*:imd`t::INVALIDATE METADATA; | |
; Das Keyboard media keys | |
SC122::Send {Media_Play_Pause} | |
SC110::Send {Media_Prev} | |
SC119::Send {Media_Next} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment