Re: [despammed] sql can i substitute
От | Kenneth Gonsalves |
---|---|
Тема | Re: [despammed] sql can i substitute |
Дата | |
Msg-id | 0412171748151J.06834@thenilgiris.com обсуждение исходный текст |
Ответ на | Re: [despammed] sql can i substitute (Andreas Kretschmer <akretschmer@despammed.com>) |
Ответы |
Re: [despammed] sql can i substitute
|
Список | pgsql-sql |
On Friday 17 December 2004 05:15 pm, Andreas Kretschmer wrote: > test=# select * from fruit; > name | fruit > --------+------- > Apple | 1 > Banana | 2 > Cherry | 3 > (3 Zeilen) > > > test=# select name, fruit, case > test-# when fruit = 1 then 'good' > test-# when fruit = 2 then 'bad' > test-# when fruit = 3 then 'rotten' end from fruit; > name | fruit | case > --------+-------+-------- > Apple | 1 | good > Banana | 2 | bad > Cherry | 3 | rotten > (3 Zeilen) thanks - opened up a whole new world for me. One more thing, the values come under the column 'case', can i avoid having the column 'case' and get the 'good', 'bad' and 'rotten' under the column 'fruit'? kg
В списке pgsql-sql по дате отправления: