Hi,
I can not retrieve the data from the data base by using query. Where I missed...
Actually my database has column name as Date with DateTime property.
I wrote query like this:
select Name from Table1 where Date like '2012-12-%' group by Name;
Thanks,
Darma