Help for this page
Select Code to Download
Select
or
download this
while (my @row=fetchrow_array()) { print join ",", @row; print "\n"; }
Select
or
download this
$ mysql -t -u user -p -e "SELECT blah,Blablah from my_table"