generic insert into table

Поиск
Список
Период
Сортировка
От Dennis Gearon
Тема generic insert into table
Дата
Msg-id 40C4DE3D.9010901@fireserve.net
обсуждение исходный текст
Ответы Re: generic insert into table  (Arjen van der Meijden <acmmailing@vulcanus.its.tudelft.nl>)
Re: generic insert into table  (Richard Poole <rp@guests.deus.net>)
Re: generic insert into table  ("Scott Marlowe" <smarlowe@qwest.net>)
Список pgsql-general
please CC me, I am on digest
---------------------------------
I have the following code from an application that is 'mysql_centric'. I
want to make it generic across all databases, if it's possible,
especially postgres :-)

mysql version:
    INSERT INTO calendar_setting SET setting='colorEvent',value='#C2DCD5';

There is no data in this table at this time.
Isn't this the same as:
    INSERT INTO calendar_setting( 'colorEvent' ) VALUES ( '#C2DCD5');

would this work on all db's?

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

Предыдущее
От: "Scott Marlowe"
Дата:
Сообщение: Re: bug in 7.4.2, concern unicode and russian content of
Следующее
От: "John Liu"
Дата:
Сообщение: core dump