| List: | MySQL on Win32 | « Previous MessageNext Message » | |
| From: | Petr Vileta | Date: | July 30 2004 3:09pm |
| Subject: | Re: Ignoring or filtering ' char | ||
| View as plain text | |||
> Here is a tip for you, try to make all your inserts statements > declaring all the fields, like this: > insert into tablename (field1, field2) values (value1, value2) I prefer this insert into tablename set field1=value1, field2=value2 This syntax is more well-arranged :-) Petr Vileta, Czech republic
