View Single Post
Posts: 658 | Thanked: 777 times | Joined on May 2010 @ Norway
#37
hm

Code:
insert into settings values(14, 20, 'tmc-uid', 's', 'manager/protocol/youraccount');
yielded this response:

Code:
Error: columns account, service, key are not unique


Is that because I did it like this beforehand, note the space between "values" and "(":

Code:
insert into settings values (14, 20, 'tmc-uid', 's', 'manager/protocol/youraccount');

I assume the space might not matter?
__________________
My Nokia N9 Idea. Support its awesomeness!
http://www.ideasproject.com/ideas/12265

Last edited by slai; 2011-12-02 at 23:08.