<@UEJ8LCNKE> one way you can ignore system created...
# macos
f
@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.