Join Slack
Powered by
<@UEJ8LCNKE> one way you can ignore system created...
# macos
f
fritz
10/09/2020, 7:34 PM
@Magneto
one way you can ignore system created accounts is the following:
SELECT * FROM users WHERE SUBSTR(uuid,0,8) != 'FFFFEEE';
*Note: This will ignore the
Guest
and
Root
accounts as well.
Open in Slack
Previous
Next