tolya
Guest
присоединение таблицы
Есть таблица (table1):
id | name
=======
1 | first
2 | second
3 | third
и таблица table2:
id | descr
==========
2 | description
Как присоединить table2 к table1, чтобы получилось:
id | name | descr
==============
1 | first |
2 | second | description
3 | third |
????
Помогите с запросом
Есть таблица (table1):
id | name
=======
1 | first
2 | second
3 | third
и таблица table2:
id | descr
==========
2 | description
Как присоединить table2 к table1, чтобы получилось:
id | name | descr
==============
1 | first |
2 | second | description
3 | third |
????
Помогите с запросом