Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread What's wrong with this??
Tue, Sep 24 2019 11:19 PMPermanent Link

Ian Branch

Avatar

Hi Team,
Given the following..
{sql}
update jobtickets
set JobStatus = 'CL', DatePaid = CURENT_DATE
where jobstatus = 'RP' and dateout is not null and dateinvoiced is not null and daterepaired is not null and datepaid is null
{sql}
In edbmgr it keeps erroring saying that "The column CURENT_DATE does not exist in the table JobTickets)"
Huh?  I knew that..
Why isn't CURRENT_DATE valid?  The Help says it is..

Regards & TIA,
Ian
Wed, Sep 25 2019 12:37 AMPermanent Link

Ian Branch

Avatar

I should add that the field DatePaid is a Date field.
Wed, Sep 25 2019 12:40 AMPermanent Link

Ian Branch

Avatar

OK.  Inter digital Interface error.  Commonly known as Finger Fault.
It seems I can't spell.  CURENT_DATE is NOT the same thing as CURRENT_DATE. Wink
All sorted.
Image