esql/debug/static_insert.sqc
2024-02-13 19:46:34 +01:00

9 lines
131 B
Plaintext

#include <stdio.h>
signed main(){
EXEC SQL CONNECT TO testdb AS myconnection;
EXEC SQL INSERT INTO a VALUES (10);
return i;
}