Guest_imported
New member
- Jan 1, 1970
- 0
I want to sum my members by country
I did something like this....but it doesnt work...
select count(id)
from orderrow
where (id) IN
(select distinct country
from orderrow)
I did something like this....but it doesnt work...
select count(id)
from orderrow
where (id) IN
(select distinct country
from orderrow)