Navicat Not Running SQL Query's Right

JoshuaLuke

Posting Freak
Jan 29, 2012
529
51
Hello there,

If I insert a code into navicat which doesn't include the table names eg.
Code:
INSERT INTO `test` values ('0','1');
wouldn't work but whereas
Code:
INSERT INTO `test` (`config_enable`, `enabled`) values ('0', '1');
would. Is there any way of configuring Navicat to work with the first query?
 

Users who are viewing this thread

Top