Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
        print $sql;
        return 1;
    }
    
  2. or download this
    UPDATE table SET phone = 'test_phone', 
      city = '', country = 'test_country' FROM ...
    
  3. or download this
    UPDATE table SET phone = 'test_phone', 
      country = 'test_country' FROM ...