MySQL Forums
Forum List  »  MySQL Workbench

Insert query not working in workbench
Posted by: Vishul Mittal
Date: April 30, 2016 08:57AM

Hi,

I am using insert query but it is giving an error and i have to enter primary key column in query like this

insert into table values(column1, column2, column3.....) (Not Working)

insert into table values(Primary Key, column1, column2, column3.....) (Working)

Thanks
Vishul

Options: ReplyQuote


Subject
Views
Written By
Posted
Insert query not working in workbench
1843
April 30, 2016 08:57AM


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.