We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
How can I add multiple sql statement with one endpoint (sqlite)?
queries/mayim_mockup_origin.sql:
DROP TABLE IF EXISTS origin; CREATE TABLE origin ( id INTEGER PRIMARY KEY AUTOINCREMENT, hostname VARCHAR, fqdn VARCHAR ); INSERT INTO origin (hostname, fqdn) VALUES ('pc01', 'pc01.example.com'); INSERT INTO origin (hostname, fqdn) VALUES ('pc02', 'pc02.example.com');
What do you suggest? How is it possible?
I got this error message "You can only execute one statement at a time."
Thanks, Adam
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
How can I add multiple sql statement with one endpoint (sqlite)?
queries/mayim_mockup_origin.sql:
What do you suggest? How is it possible?
I got this error message "You can only execute one statement at a time."
Thanks, Adam
The text was updated successfully, but these errors were encountered: