MySQL Forums
Forum List  »  Newbie

Cannot insert rows into table...
Posted by: Thomas Mahoney
Date: April 11, 2018 08:11AM

I cannot insert rows into my "Formats" table. There is one column in this table.
When I try...

insert into Formats values (DVD);

I get...

unknown column 'DVD' in 'field list'

How do I get around this?

Thanks.

Options: ReplyQuote


Subject
Written By
Posted
Cannot insert rows into table...
April 11, 2018 08:11AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.