Help for this page

Select Code to Download


  1. or download this
    mysql> LOAD DATA LOCAL INFILE '/path/to/datafile.txt' INTO TABLE table
    +_name;
    
  2. or download this
    mysql> CREATE TABLE jokes ( id int not null, name char(32), timestamp 
    +date, joker char(32) );