Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    insert into table_name values(1, 'testing 1 2 3');
    # more comments
    insert into table_name values (2, 'test •')
    
  2. or download this
    Query: insert into table_name values(1, 'testing 1 2 3');
    Query: insert into table_name values (2, 'test •');