Is there a way to run a WHERE filter on a join table. Say I join posts on users where post_type = adventure Error: Column "post_type" not defined in "users".
Is there a way to run a WHERE filter on a join table. Say I join posts on users where post_type = adventure
Error: Column "post_type" not defined in "users".