Help for this page

Select Code to Download


  1. or download this
    DELETE * FROM Table1;
    DELETE * FROM Table2;
    
  2. or download this
    INSERT INTO Table1 (Folder) VALUES ('myfolder1');
    INSERT INTO Table2 (Account, Type, Folder) VALUES ('Account1', 'type1'
    +, 'myfolder1');
    
  3. or download this
    UPDATE Table2 SET Table2.Folder_ID = Table1.Folder_ID WHERE Table1.Fol
    +der = Table2.Folder;