I want to ask something. I don't understand how to get same data from table at only one time. Here are the example
Like table name product_data and there are atleast six field.
in data field the date look like this
product Date
23-04-2012
23-04-2012
23-04-2012
23-04-2012
23-04-2012
23-04-2012
18-04-2012
18-04-2012
But i want the result look like this.
23-04-2012
18-04-2012
I only want to fetch the same date field in only one time. So anyone can tell me the solution.
Thanks,