Jump to content

WHAT IS WRONG WITH THIS, HELP PLEASE


defcon2000

Recommended Posts

Hello,

 

Pls tell me what is wrong with my statement:

 

UPDATE reminder

set reminderdate = (IF (status = 'Open' and reminded = 'Y'

and autoclose = 'Y' and recur = 'Y',

ADDDATE(reminderdate, INTERVAL occurence occurencetype), reminderdate))

 

occurencetype can be "DAY", "MONTH" or "YEAR" and stored as a VARCHAR.

occurenace can be any value such as 1, 2, 5, 12, 10, etc ... and is an INT.

 

Thanks for your help.

 

Rgds,

Link to comment
https://forums.phpfreaks.com/topic/3041-what-is-wrong-with-this-help-please/
Share on other sites

  • 2 weeks later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.