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