Skip to content

join query error #69

Open
Open
@smilelanss

Description

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()`

Activity

qK1e

qK1e commented on Jul 23, 2023

@qK1e

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

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      join query error · Issue #69 · the-tinderbox/ClickhouseBuilder