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

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -