I suggest two alternatives: - Copy the value of the cell, upon pasting you'll find the text representation of the value - Usa a column alongside it using the HEX() function which does the same (SELECT *, HEX(RSP_GRP_MASK) FROM API_RSP_G...)
On Tue, Oct 20, 2020 at 12:57 PM Greenberg, Gary <ggree...@visa.com.invalid> wrote: > > I am doing a project that involves working with the database (MySQL). > It is not the first such project and I always used built into Netbeans > database explorer. > > However this time I need to query the table that has a 32 bytes binary field. > > It is not showing the value of the field: > > Is there way to show this value in hexadecimal? > > I hate to open MySQL workbench for it. > > > > Thanks, > > Gary Greenberg > > Staff Software Engineer > > Data Product Development, BI-A > > E: ggree...@visa.com > > M: 650-269-7902 > > > > -- -Juan Algaba --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org For additional commands, e-mail: users-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists