Re: Query

Поиск
Список
Период
Сортировка
От Abel Camarillo
Тема Re: Query
Дата
Msg-id 20090525060436.GC22717@maetel.00z
обсуждение исходный текст
Ответ на Query  (marco santillan <marco_equis@yahoo.es>)
Список pgsql-general
On Mon, May 25, 2009 at 02:56:10AM +0000, marco santillan wrote:
>
> Hola a todos:
>
> Tengo la siguiente inquietud. En una consulta com la siguiente:
>
> select campo1,
> campo2,
> campo1 - campo2 as campo_virtual,
> campo3,
> case when campo_virtual = 1 then 5 else 0 end as segundo_campo_virtual
> from tabla;
>
> Esto lo puedo hacer en access sin ningun problema, pero en postgresql no reconoce el campo_virtual.
>
> ¿Es que postgresql no soporta esta consulta o existe algun otro metodo para lograr esta tecnica?
>
>
> Nota: (campo1 - campo2) en realidad es una compleja consulta que se usa varias veces lineas abajo.
>
> Marco.-
>
>
>
>
> --
> Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general

This is an english list, you will need to ask in english or "nobody" is
going to answer.

--
DISCLAIMER: http://goldmark.org/jeff/stupid-disclaimers/
This message will self-destruct in 3 seconds.

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

Предыдущее
От: Craig Ringer
Дата:
Сообщение: Re: Question on Foreign Key Structure/Design
Следующее
От: Scara Maccai
Дата:
Сообщение: using explain to get query expected time