I have a mysql table.
It contains 2 Column (startdate,enddate)
Both are of DateTime type
Using sql
select * from ABC order by (enddate-startdate) DESC;
same thing i want in datamapper...but i m not able to do it Plz help
I have a mysql table.
It contains 2 Column (startdate,enddate)
Both are of DateTime type
Using sql
select * from ABC order by (enddate-startdate) DESC;
same thing i want in datamapper...but i m not able to do it Plz help
Copyright © 2021 Jogjafile Inc.
Thanks, i got one datamapper function to run sql query directly