Search found 2 matches

by taquitosensei
Fri Jul 11, 2008 9:04 pm
Forum: General
Topic: Bug with string fields
Replies: 7
Views: 30409

Do a dump instead of a transfer, then fix that line manually. That's how I fixed this problem.
by taquitosensei
Fri Jul 11, 2008 9:03 pm
Forum: General
Topic: Feature - detailed INSERT
Replies: 4
Views: 25276

I think he means more like this
insert into table(field1,field2,field3,field4,etc) values('value1','value2','value3','value4','etc')