Hi,
I didn´t know this...
But it´s cool... thank you for the tip...
Tiago
On Fri, 30 Jul 2004 15:09:22 +0200, Petr Vileta <petr@stripped> 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=value1, field2=value2
> This syntax is more well-arranged :-)
>
> Petr Vileta, Czech republic
>
>
--
Tiago Serafim
tserafim@stripped