We have to support same application for different databases. So I used same queries of postgres and got error response - DatabaseError: java.sql.SQLException: 'decode' is not a recognized built-in function name.
I am trying to find the Equivalent of Decode function of Postgres in MySQL and Oracle. Postgres Decode - https://www.educba.com/postgresql-decode/
decode('7B22', 'hex')
I found decode function but that is different not which I am looking for. So, any help will be appreciated.
Thanks