Forum Replies Created

Viewing post 16 (of 16 total)

  • RE: INSERT INTO Statement Error

    I got the same message on a more simple statement:

    USE work_test1

    INSERT INTO Student_Main

    (Last_Name);

    VALUES ("Jones")

    I had many more fields, but even one field throws the same error reported above.

    Help...

Viewing post 16 (of 16 total)