Help for this page

Select Code to Download


  1. or download this
    insert into foo (bar,boo) values('''a', 'b');
    
  2. or download this
    select '--foo';
    
  3. or download this
    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';