Why can't I .........

Поиск
Список
Период
Сортировка
От mbenzid@yahoo.de (Mounir Benzid)
Тема Why can't I .........
Дата
Msg-id 209b95b8.0107302354.7ff1147e@posting.google.com
обсуждение исходный текст
Ответы Re: Why can't I .........
Список pgsql-sql
-- do a join between two databases within the same installation.

... where db1.table1.userid = db2.table2.userid 


-- use labels to name columns in this way

... select col1 userid, col2 name from ...  (instead of using AS)


-- do an update with full referenced colomns

... update table1 set table1.col1=value

???

Thank you in advance!
mo


В списке pgsql-sql по дате отправления:

Предыдущее
От: Vivek Khera
Дата:
Сообщение: Re: Adding an INTERVAL to a variable
Следующее
От: Gunnar Rønning
Дата:
Сообщение: Re: When PostgreSQL compliant JDBC 2.0?