Hi,
i want to use a alert that shows when a new item is entered in BO or an existing item is changed.
select itemcode,itemname from oitm
where createdate = curdate() or updatedate = curdate()
but the curdate() is wrong what should i use??
Thanks Mark