@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:
- put back ticks around the name, e.g.
select `admin` from test
- turn off formatting in the query workbench options (the gear icon in the upper right).