how to change multiple dateformat into one dateformat in sql?
currently, i'm using my java code. however, I would like to change using sql function so that I don't need to consume another connection between my java program and database.
My current code is below:
--
any pointer would be appreciated