Help for this page
insert into foo (bar,boo) values('''a', 'b');
select '--foo';
drop table foo; create table foo( --tabel foo ... select 'test' || 'abc' as a ; -- maybe you use dual wi +th oracle? select 'test''s' || 'abc' as a ; -- maybe you use dual wi +th oracle? select '--foo';