I just tried it, seems to be a bug in SQLA while parsing the highlighted text.
Is this your code?
create table sandbox.xyz
(name varchar(256) not null)
insert into sandbox.xyz
(?);Add a semicolon after the end of the previous query before the insert.
Dieter
↧