how to get the result in minutes between this two dates in oracle sql?
i forgot to mention that START_DATE is VARCHAR...
SELECT A.*, TO_CHAR(SYSDATE,'YYYY-MM-DD HH24:MI:SS') TEMP1, A.START_DATE TEMP2
FROM ORACLE_TABLE A
how to get the result in minutes between this two dates in oracle sql?
i forgot to mention that START_DATE is VARCHAR...
SELECT A.*, TO_CHAR(SYSDATE,'YYYY-MM-DD HH24:MI:SS') TEMP1, A.START_DATE TEMP2
FROM ORACLE_TABLE A