9 lines
131 B
Plaintext
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;
|
|
}
|