From: Date: July 30 2004 4:41pm Subject: Re: Ignoring or filtering ' char List-Archive: http://lists.mysql.com/win32/15287 Message-Id: <345ca52604073007416c287169@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi, I didn=B4t know this...=20 But it=B4s cool... thank you for the tip... Tiago On Fri, 30 Jul 2004 15:09:22 +0200, Petr Vileta wrote: > > 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=3Dvalue1, field2=3Dvalue2 > This syntax is more well-arranged :-) >=20 > Petr Vileta, Czech republic >=20 >=20 --=20 Tiago Serafim tserafim@stripped