rh2004
09-03-2005, 12:48 PM
Ignore this I did it wrong
Generate list of users with warnings, just a normal text list
MySQL - I did a query:
SELECT `user`.`username`, `user`.`warnings`
FROM user
WHERE (`user`.`warnings` >0)
Generate list of users with warnings, just a normal text list
MySQL - I did a query:
SELECT `user`.`username`, `user`.`warnings`
FROM user
WHERE (`user`.`warnings` >0)