Answers for "mysql query result to file"

1

mysql query result to file

mysql -user -pass -e "select cols from table where cols not null" > /tmp/output
Posted by: Guest on June-01-2020

Code answers related to "mysql query result to file"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language