mid string
Posted: Sat Apr 23, 2011 11:22 am
select * from boiler where date like @date
hi i have this code in my datasource and now my date is string value i want to filter my datasource like this code
select * from boiler where mid(date,1,4) like @date
i want 4 string in first of date string
thanks
hi i have this code in my datasource and now my date is string value i want to filter my datasource like this code
select * from boiler where mid(date,1,4) like @date
i want 4 string in first of date string
thanks