There seems to be a bug in the query tool

@aponnath - it looks like the problem is the query formatter, which is formatting roles such as “admin”. There are a few workarounds you can use:

  1. put back ticks around the name, e.g.

select `admin` from test

  1. turn off formatting in the query workbench options (the gear icon in the upper right).