Bug EA 4 (3.0.03.97) Bind Variable Not Declared on Insert from select
Executing the following query
insert into table1
select column1, column2
from table2
where column1 = :variable;
i get "Bind Variable variable Not Declared"
when i run the (remove the insert into line)
select column1, column2
from table2
where column1 = :variable;
everything works fine...
i guess a bug(?)
Edited by: pkatsoulis on 2 Μαρ 2011 6:07 πμ
Edited by: pkatsoulis on 6 Μαρ 2011 11:49 πμ