mysql - Running Multiple Queries through Shell Script -
I have 6 MySQL queries and I need to run the query through shell script and import the results into a CSV file I should know how to run a single MYSQL query through shell script, but how to run many queries from the shell script.
just put a ";" Between all your queries
select something from something; Update ?? |
Comments
Post a Comment