Don't want blank data - Mailing list pgsql-sql

From David Olbersen
Subject Don't want blank data
Date
Msg-id Pine.LNX.4.31.0101251101570.15177-100000@bubbles.electricutopia.net
Whole thread Raw
Responses Re: Don't want blank data
Re: Don't want blank data
List pgsql-sql
Greetings, Is there a way to have postgresql always return a value for each row requested? To be more clear, if I were
usinga Perl SQL hybrid I would write something like
 
 SELECT computer_ip or 'unset' FROM computers;
 So that if computers.computer_ip is NULL or '' I will get 'unset' back from the database. I hope this makes sense and
somebodycan point me in a good direction
 

-- Dave



pgsql-sql by date:

Previous
From: "Marcos Aurélio S. da Silva"
Date:
Subject: crypt and decrypt
Next
From: "Mike D'Agosta"
Date:
Subject: Is there anything like DESCRIBE?