sql can i substitute - Mailing list pgsql-sql

From Kenneth Gonsalves
Subject sql can i substitute
Date
Msg-id 0412171655451H.06834@thenilgiris.com
Whole thread Raw
Responses Re: [despammed] sql can i substitute
Re: sql can i substitute
Re: sql can i substitute
List pgsql-sql
hi

table:

name varchar(10)
fruit integer

i want to write an sql statement like this:

select fruit from table

which should return 'good' if fruit = 1 and 'bad' if fruit =2 and 'rotten' if 
fruit =3

can it be done?

kg


pgsql-sql by date:

Previous
From: Marcus Claesson
Date:
Subject: can't get the order I want after inserting new rows
Next
From: Andreas Kretschmer
Date:
Subject: Re: [despammed] sql can i substitute