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
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:
[cid:image002.png@
Well, it seems you like living on the edge. Switch to NetBeans
12.2-beta1 or the latest dev.
The issue you are seeing has been fixed as of:
https://github.com/apache/netbeans/pull/2437
On 10/20/20 5:28 AM, Fred Welland wrote:
(NB and JDK versions data below)
I have a gradle multi-subproject
(NB and JDK versions data below)
I have a gradle multi-subproject build. Two of the subs do not apply
normal java-like plugins: one only does 'ear' the only applies 'base'.
Normally, or in the past, I would be able to navigate and interact with
files from these types of projects using Files