mysql - How to use join query in node-orm2? -



have join query fetch data 2 tables based on join condition,
select * table1 join table2 on table1.id = table2.id col2>20;
- id not primary key.
how convert orm statement in node-orm2? sequence of select queries may make it, want join operation optimal.
thanks.


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -