i'm trying to find date difference
SELECT DATEDIFF('year',now(), now()) AS DateDiff;
but it's giving me error message
ERROR: function datediff(timestamp with time zone, timestamp with time zone) does not exist Hint: No function matches the given name and argument types. You might need to add explicit type casts. Position: 128
i have also take look at below Topic but it's not helping. please, help!!.