Skip to content

Select {tableName}.* from {tableName} not working #64

@t0rton

Description

@t0rton

I'm trying to Select {tableName}.* from {tableName} not working
when I join 2 tables
becase I just wanna return the values from first table
example

db.select('p.*').from('products p').join('brand b', 'b.id=p.brand_id')

Metadata

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