Help for this page

Select Code to Download


  1. or download this
    create table (--foo int);  # error
    create table ('--foo' int);  # error
    create table ("--foo" int);  # error
    create table (\-\-foo int); # big error