Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

join query error #69

Open
smilelanss opened this issue Mar 15, 2023 · 1 comment
Open

join query error #69

smilelanss opened this issue Mar 15, 2023 · 1 comment

Comments

@smilelanss
Copy link

smilelanss commented Mar 15, 2023

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()`
@qK1e
Copy link

qK1e commented Jul 23, 2023

This error happens when using this liblary:
https://github.com/glushkovds/phpclickhouse-laravel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants