Active
Project:
Inactive User
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
21 Sep 2011 at 08:54 UTC
Updated:
21 Sep 2011 at 08:54 UTC
Suppose module should care about nodes created by users. Probably this could be another tab for module
SELECT u.uid, u.name FROM users u WHERE NOT EXISTS (SELECT DISTINCT n.uid FROM node n WHERE n.uid = u.uid)
Selects users without content