Forum Replies Created

Viewing post 1 (of 2 total)

  • RE: Recursive update on 3000 rows

    Hi Luis,

    Thanks for the tips on posting, here is the converted csv file into an INSERT statement

    DROP TABLE mytable;

    CREATE TABLE mytable(

    FIELD1 VARCHAR(840) NOT NULL PRIMARY KEY

    );

    INSERT INTO...

Viewing post 1 (of 2 total)