large going giving errors.

Поиск
Список
Период
Сортировка
От
Тема large going giving errors.
Дата
Msg-id 20010613173427.G296-100000@mercury.tsunamicreek.com
обсуждение исходный текст
Ответы RE: large going giving errors.  ("Robby Slaughter" <webmaster@robbyslaughter.com>)
Re: large going giving errors.  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-sql
Hi

I have a largeish join that is giving me an error..

here's the query

SELECT
o.name,o,contactname,o.contactphone,o.fax,o.emailaddy,o.freetelephone,o.address1,o.address2,uw.id,m.manufacturer,i.type,uw.model,uw.color,uw.size,uw.price
FROMuser_wantads AS uw,organisations AS o,users AS u ,itemtypes AS i,itemmanufacturers AS m,provinces AS p,cities AS
ct,countriesAS cyWHERE uw.owner = u.loginid  AND u.belongsto = o.organisationid  AND m.id=uw.manufacturer  AND
i.id=uw.itemtype AND o.provinceid=p.provinceid  AND o.cityid=ct.cityid AND o.countryid=cy.countryid  AND uw.id=9
 

and the error

ERROR:  copyObject: don't know how to copy 704

can anyone shed a little light please ?

jeff.



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

Предыдущее
От: "Creager, Robert S"
Дата:
Сообщение: Determine the time difference from records in a select
Следующее
От: "Robby Slaughter"
Дата:
Сообщение: RE: large going giving errors.