suraj mundada <surajmundada(at)yahoo(dot)com> writes:
> UPDATE db_license_tab SET account_id=accountId,license_anniversarydate=current_date(),license_status=1 WHERE license_key=licKey;
> ERROR: parser: parse error at or near "(" at character 80
I believe CURRENT_DATE is supposed to be called without parentheses.
regards, tom lane