Help for this page

Select Code to Download


  1. or download this
    INSERT [LOW_PRIORITY | DELAYED] [IGNORE]
            [INTO] tbl_name [(col_name,...)]
            VALUES (expression,...),(...),...
    
  2. or download this
    insert into sales (agent, stock_num, value)
    values ("AB234","RB-55602","6500")