inner join one table or another code example Example: sql get all columns from one table but one from another inner join SELECT myTable.*, otherTable.foo, otherTable.bar...