Comments
Sort by recent activity
I was thinking that maybe I could add a WHERE clause to help, such as this:
"userid in (select userid from aspnet_users)"
But I don't think I can reference the destination table in the WHERE clause, so this won't work. / comments
I was thinking that maybe I could add a WHERE clause to help, such as this:
"userid in (select userid from aspnet_users)"
But I don't think I can reference the destination table in the WHERE clause...