sql get 1 column from other table code example Example: sql select all from one table and one column from another SELECT myTable.*, otherTable.foo, otherTable.bar...