We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
When trying to do
$builder->join(function (JoinClause $join) { $join->query() ->select('main_cpm') ->table('campaigns') ->on('campaigns.campaign_id', '=', 'user_event_agr.campaign_id'); })
I get the following
` Call to undefined method PhpClickHouseLaravel\Builder::newQuery()`
This error happens when using this liblary: https://github.com/glushkovds/phpclickhouse-laravel
Activity
qK1e commentedon Jul 23, 2023
This error happens when using this liblary:
https://github.com/glushkovds/phpclickhouse-laravel