digimortal
Programmer
I have problem like this:
there are two fields in the table, type, duedate and postdate.
If type (field) is X then query should looklike this:
Select * from Table where duedate < 'DATE'
else query should looklike this:
Select * from Table where postdate < 'DATE'
Can I do it in one query? because I'm using it with reporting services...
there are two fields in the table, type, duedate and postdate.
If type (field) is X then query should looklike this:
Select * from Table where duedate < 'DATE'
else query should looklike this:
Select * from Table where postdate < 'DATE'
Can I do it in one query? because I'm using it with reporting services...