Date: November 2, 2022 Categories: Development Tags: mysql, php Comments: 0 Query.php cheat sheet Creating Join with “AND” $q->add_select('ratings.rating as account_rating'); $q->add_join('ratings', ['accounts_id' => $_REQUEST['account_id'], 'content_id' => 'items.id']); Leave a Reply Cancel replyYour email address will not be published.Comment Name Email Website Save my name, email, and website in this browser for the next time I comment.