![]() |
database query for listing users
1. Whats the database query for listing users with ICQ with more than 1 post?
2. Whats the database query for listing users with ICQ with 0 post? |
I guess when you say "with ICQ" you mean that icq is not blank? Then maybe this:
Code:
SELECT username FROM user WHERE icq > '' AND posts > 1 and change to posts < 1 for the second query. That leaves out users with exactly 1 post, I'm not sure if you meant to do that or not. I'm guessing you meant "one or more posts" for the first query, in which case you'd use posts >= 1. |
All times are GMT. The time now is 12:48 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|