Help for this page

Select Code to Download


  1. or download this
    my @vals2 = do_sql($server,
            qq#select * from ct_countries where code = ?#, '000');
    
  2. or download this
    my @vals2 = do_sql($server,
            qq#select * from ct_countries where code=?#, '000');