summaryrefslogtreecommitdiffstats
path: root/software/sql.page
blob: 5b1a72f6cd2b17e265d10e5995db70a85587bd37 (plain)
1
2
3
4
5
6
7
8
9

### SQL

# MySQL-specific Tricks

To output in tab-delimited format, do something like:

    mysql -u root -p -B < some_command.sql > output.tab