Re: [GENERAL] Creating a temporary table isn't working

Поиск
Список
Период
Сортировка
От Paul Branston
Тема Re: [GENERAL] Creating a temporary table isn't working
Дата
Msg-id Pine.LNX.4.10.9911100614280.17164-100000@rannoch.demon.co.uk
обсуждение исходный текст
Ответ на Creating a temporary table isn't working  ("Darvin Zuch" <darvin.zuch@autoprofile.com>)
Список pgsql-general

On Tue, 9 Nov 1999, Darvin Zuch wrote:

> Good Morning All!
>
> Really simple question.
> I put in the following command and I get a parse error but when I get rid of
> the optional TEMP it works okay.  The docs seem to say this is how its done.
>
> gammamatrix=> CREATE TEMP TABLE Start (VatiID int NOT NULL, TrimID int,
> BodyID int, GVWRID int, DrivetrainID int, EngineID int, TransID int , FuelId
> int);
> ERROR:  parser: parse error at or near "temp"

Replace the word temp with some other name, e.g. T1. Is temp not a
reserved word ?

Paul


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

Предыдущее
От: william drury
Дата:
Сообщение: [ADMIN]: help!
Следующее
От: Edouard DESSIOUX
Дата:
Сообщение: Types available