| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
|  |  | |||
Home -> Community -> Usenet -> c.d.o.misc -> oracle sql
select
  PL.SYSTEM_CONTROL_NO AS "SCN",
  PL.AGENCY_CASE_NO AS "OCA",
 PL.AGENCY_ORI_NO AS "ORI",
 PL.NCIC_NUMBER AS "NIC",
 FTC.FILE_TYPE_DESCR AS "FILE TYPE",
comment_field  as either "this is a ncic record" or
                          "this is a cbib record"
   from
is this possible in a single select?
thanks 
jwa
Received on Tue Aug 23 2005 - 22:08:49 CDT
|  |  |