Running Shell script containing SQL

Hi,
Is there a way I can run just the SQL in a shell script on singlestore?

Thanks any suggestions or help would be appreciated.

1 Like

Yes. You can use the command line included with SingleStore to connect and run SQL commands from a linux command line. Or use any mysql compatible command line. Documentation here is here: Connect with MySQL Client · SingleStore Documentation

1 Like

Here is the link to the docs regarding the SingleStore command line client: SingleStore Client · SingleStore Documentation

1 Like