select all table from table code example Example: sql select all from one table and one column from another Click to copySELECT myTable.*, otherTable.foo, otherTable.bar...