Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread date as now?
Thu, Jul 6 2006 8:24 AMPermanent Link

tom_po
i want to update my fieldname realdate (from datatype "date") with the actual date of my
computer, but only the lines in my table where the other fieldname finaldate is older then
the actual date of my computer.

i tried this, but it dont work:

update orders set realdate = now where finaldate < now

orders is the name of my data-table

Thu, Jul 6 2006 8:43 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

tom_po

update orders set realdate = current_date where finaldate < current_date

Roy Lambert


Thu, Jul 6 2006 9:26 AMPermanent Link

tom_po
Roy Lambert <roy.lambert@skynet.co.uk> wrote:

tom_po

update orders set realdate = current_date where finaldate < current_date

Roy Lambert

thanks Roy


Image