Hello everyone,

try using:  update szurtcounter set hely='kulfold', datum=datum;

instead of: update szurtcounter set hely='kulfold';

this works, maybe there are better ways.

Regards,
Stefano Locati - http://dev.obliquid.com/

> now i run an SQL query like this one:
>
>  update szurtcounter set hely='kulfold';
>
> after that the value of "hely" for all of my records is 'kulfold',
> BUT!! the value of the "datum" field is THE CURRENT SYSTEM TIME also for
all of my
> records!
>


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to