Help for this page

Select Code to Download


  1. or download this
    my $sql=qw(load data local infile 'temp.txt' into table t1 FIELDS TERM
    +INATED BY ',' OPTIONALLY ENCLOSED BY """",LINES TERMINATED BY "\r");
    
  2. or download this
    print $sql; exit;