I am using SQL 2000 database with SP4 . I have a table called call_req and colums are
ref_num, open_date , close_date , Serial_no
Requirement is I want htmpl code for following logic
if open_date > 1-oct-08 and close_date < 31-oct-08
{
count(seril_no)
if count(serial_no) >2 then alert ('message')
}
Start Free Trial