Datagrip display numbers in hexa
Is it possible to display certain database columns in hexadecimal format?
Some of my DB columns are bitwise combinations and it's very hard to work with them in decimal format.
Thank you.
Please sign in to leave a comment.
what is your database and what is type of this columns?
SQL Server. Columns are int / long.