Showing posts with label twhere. Show all posts
Showing posts with label twhere. Show all posts

Tuesday, March 27, 2012

dynamic query

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