I need to update the Confirmation_Date_Time field to NULL for a specific meeting but am unsure how to insert it.
Meet_Master.MEETING is where the meeting code AM2011 is.
The script below works for an individual but if they have more than 1 confirmation date it clears then all.
UPDATE ORDERS
SET CONFIRMATION_DATE_TIME = NULL
WHERE ORDERS.ST_ID = '236477'
Thanks!
Meet_Master.MEETING is where the meeting code AM2011 is.
The script below works for an individual but if they have more than 1 confirmation date it clears then all.
UPDATE ORDERS
SET CONFIRMATION_DATE_TIME = NULL
WHERE ORDERS.ST_ID = '236477'
Thanks!