Hi,
I am new to MemSQL. I want to execute multiple statement (around 50-60) at one go.
how should I do it?
I know it is possible in other databases like Oracle, SQL Server using go function.
I have wrote queries like belows in the .sql file:
use ;
DROP TABLE emp;
DROP TABLE dept;
and selecting all above queries and executing it.