node-querybuilder icon indicating copy to clipboard operation
node-querybuilder copied to clipboard

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

Open t0rton opened this issue 5 years ago • 0 comments

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')

t0rton avatar Oct 10 '20 05:10 t0rton