We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccbe87b commit 9ec8715Copy full SHA for 9ec8715
example/process/process1.sql
@@ -1 +1 @@
1
-insert into test_gomssqlrunner (testfield1) values ('this is a test value')
+select 'process 1'
example/schema/schema1.sql
@@ -1,7 +1 @@
-if exists (select 1 from information_schema.tables where table_name = 'test_gomssqlrunner')
2
-drop table test_gomssqlrunner
3
-
4
-create table test_gomssqlrunner
5
-(
6
- testfield1 varchar(200)
7
-)
+select 'schema 1'
0 commit comments