init
This commit is contained in:
8
debug/static_insert.sqc
Normal file
8
debug/static_insert.sqc
Normal file
@ -0,0 +1,8 @@
|
||||
#include <stdio.h>
|
||||
|
||||
signed main(){
|
||||
EXEC SQL CONNECT TO testdb AS myconnection;
|
||||
EXEC SQL INSERT INTO a VALUES (10);
|
||||
|
||||
return i;
|
||||
}
|
Reference in New Issue
Block a user