Results 1 to 13 of 13

Thread: Inserting into a table

Hybrid View

  1. #1
    Join Date
    Oct 2011
    Location
    Port Charlotte, FL
    Posts
    2
    I am having the same problem. Did anyone ever get an answer on what the issue was?
    Here is my data string
    insert into
    mystaff_cr0303
    (first, last, title, age, salary)
    values (‘Jonie’, ‘Weber’, ‘Secretary’, 28, 19500.00);


    This is the example string from the lesson:
    insert into
    myemployees_ts0211
    (firstname, lastname,
    title, age, salary)
    values ('Jonie', 'Weber',
    'Secretary', 28,
    19500.00);


    Any suggestions?
    Thanks
    chris

  2. #2
    Join Date
    Mar 2015
    Posts
    1
    It's still glitching on the "insert" function, with the same error message.

  3. #3
    Join Date
    Apr 2015
    Posts
    1
    Quote Originally Posted by KoshVorlon View Post
    It's still glitching on the "insert" function, with the same error message.
    I would have to agree. I was trying to solve multiple insert on the "Potsy, Jonie, Dirk" crew on the sample course c when I found I couldn't insert any records as I had previously done on another day successfully. I double checked my table name and it shows the table when I select * and even copied/pasted from answer key and swapped my table name for the answer key table name.

    same error. Too bad kind of like this site so far.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •