Hello,
Could anyone please tell me the error in my query...I use sql reporting 2005.
select * from table1 T
where (T.startdate >= Parameters!Startdate.value and
T.startdate <= Parameters!Enddate.value)
The report runs good but does not return any rows.
Thanks,
asiaindian
Hi,
I got it.....
sql
No comments:
Post a Comment