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