79298287

Date: 2024-12-20 20:02:27
Score: 0.5
Natty:
Report link

I tried to do something like this, and what I ended up doing in the interim is to bake CURRENT_USER into the query, so something like this:

SELECT * FROM USERS
WHERE USER_NAME = CURRENT_USER()

The idea came from this thread: Getting grants of current user

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Bryan Crystal-Thurston