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
SELECT table_schema, table_name FROM information_schema.columns WHERE column_name LIKE '%name%'; |
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
set ai | |
set backspace=2 " (bs) allow backspacing over everything in insert mode | |
set expandtab | |
set foldmethod=indent | |
set hidden | |
set history=50 " (hi) keep 50 lines of command line history | |
set ignorecase | |
set incsearch | |
set laststatus=2 | |
set list listchars=tab:>-,trail:.,extends:>,precedes:< |
NewerOlder