SyntaxFix
Write A Post
Hire A Developer
Questions
Error:function round(double precision, integer) does not exist
Solution: You need to addtype cast then it will work
Ex: round(extract(second from job_end_time_t)::integer,0)
round(extract(second from job_end_time_t)::integer,0)