Re: Postgres DB

Поиск
Список
Период
Сортировка
От Michael Chaney
Тема Re: Postgres DB
Дата
Msg-id 20040301032050.GC4046@michaelchaney.com
обсуждение исходный текст
Ответ на Re: Postgres DB  ("Sumita Biswas" <sbiswas@cisco.com>)
Список pgsql-sql
On Mon, Feb 23, 2004 at 02:24:32PM +0530, Sumita Biswas wrote:
> The following Query string , when executed does not give an Error, even
> though the table Tbl_Billing_Data is not present.
> 
> QueryToPopulateTemp := ''INSERT INTO Tmp_Conference(ConferenceType,
> CallManagerId, ClusterId, DestConversationId, ConnectDate,
> FinalDestination)''+'' SELECT 2, Global_CallId_CallManagerId,
> globalCallId_ClusterID, DestConversationID, StartDate = MIN
> (Connect_Date), Final_Destination ''+'' FROM Tbl_Billing_Data'';

I had a situation where a subquery had an error in it, and the query
simply returned no rows instead of throwing an error.

It looks like it might well be a bug that we're experiencing, I just
haven't had time to chase it down.

Michael
-- 
Michael Darrin Chaney
mdchaney@michaelchaney.com
http://www.michaelchaney.com/


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

Предыдущее
От: Abdul Wahab Dahalan
Дата:
Сообщение: How to get Rows Count
Следующее
От: Michael Chaney
Дата:
Сообщение: Re: User defined types -- Social Security number...