Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Question about views

Question about views

From: Raymond Du <rdu_at_idmcorp.com>
Date: 22 Jun 1998 14:10:01 -0700
Message-ID: <6mmh79$qfd@nntp02.primenet.com>


I have a table

name            age
====            ====
John                30
Mike                35
Albert              20
David              45

(NULL) 65
(SPACE) 56
Cathy 0 Gina (NULL)

I want to build a view and return something like

name            age
====            ====
Y                     Y
Y                     Y
Y                     Y
Y                     Y
N                     Y
N                     Y
Y                     N
Y                     N

Thanks

Raymond Du
IDM Corp. Received on Mon Jun 22 1998 - 16:10:01 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US