Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
        print "$sql [values are @values]\n";
        return 1;
    }
    
  2. or download this
    UPDATE table SET country = *, city = *, phone = * WHERE name = '*' [va
    +lues are test_country test_city test_phone test_name]
    UPDATE table SET country = *, phone = * WHERE name = '*' [values are t
    +est_country test_phone test_name]
    UPDATE table SET city = * WHERE name = '*' [values are test_city test_
    +name]