Hello,
i want to search date greater than particular date but my date column datatype in text,
How could i do,i used following query
SELECT * from $table Where postedDate>='21-August-2013' and postedDate<='22-August-2013' ORDER BY modified_date DESC
this not working properly