tablename.columnname support

Поиск
Список
Период
Сортировка
От vijayendra mohan agrawal
Тема tablename.columnname support
Дата
Msg-id 004601c01fb2$0f6e4ae0$2a14a8c0@Protea.wipinfo.soft.net
обсуждение исходный текст
Ответы Re: tablename.columnname support  (The Hermit Hacker <scrappy@hub.org>)
Список pgsql-admin
Hi all,

say, we have a table created by :
create table a ( a char(11), b char(22) );

For adding data into table 'a', ORACLE supports column name format as
tablename.columnname as follows :
insert into a ( a.a, a.b ) values ( 'xyz', 'abc') ;

But, PostGreSQL doesn't support... It gives parse error as follows :
ERROR:  parser: parse error at or near "."

Can this feature be added in PostGreSQL ???

Thank You,
Best Regards,
Vijay

************************************************************
Vijayendra Mohan Agrawal
Wipro Technologies
26, Hosur Main Road, Bommanhalli,
Bangalore-560068, India
Tel: 91-80-5722296 Extn:3076
Fax: 91-80-5722696
E-mail : Vijayendra.Agrawal@wipro.com
**************************************************************


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

Предыдущее
От: Mang Chan
Дата:
Сообщение: Compiling on DigitalUnix
Следующее
От: The Hermit Hacker
Дата:
Сообщение: Re: tablename.columnname support