what error occurs when you run your code?
They say that we have a table ... [test] with the columns [id], [test] and [test 2].
you could write;
insert into [test] ([test], [test 2]) values ( null, null)
make sure your line where you pass the command is at zero without any decorations ... there are no single or double quotes.
source
share