forked from github/server
3 lines
103 B
SQL
3 lines
103 B
SQL
select id ID, faction Partei, race Rasse, status Status
|
|
from subscriptions
|
|
where user=0;
|