Stačí použít název tabulky:
SELECT myTable.*, otherTable.foo, otherTable.bar...
To by vybralo všechny sloupce z myTable
a sloupce foo
a bar
z otherTable
.
Stačí použít název tabulky:
SELECT myTable.*, otherTable.foo, otherTable.bar...
To by vybralo všechny sloupce z myTable
a sloupce foo
a bar
z otherTable
.