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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Weird Query

Re: Weird Query

From: AK <AK_TIREDOFSPAM_at_hotmail.COM>
Date: 1 Aug 2005 11:36:09 -0700
Message-ID: <1122921369.340885.202820@o13g2000cwo.googlegroups.com>


well, sometimes there is a really really good reason to treat them differently, for instance:

Search criteria entered into a screen form: First Name: 'John'
Middle Name: 'Randall'
Last Name: 'Smith'

a row in the database
First Name: 'John'
Middle Name: unknown, however you choose to store the fact Last Name: 'Smith'
this is a possible match

another row in the database
First Name: 'John'
Middle Name: a known fact: no middle name, however you choose to store the fact
Last Name: 'Smith'
this is NOT a match

there are quite a few real life situations when we do need to treat them differently.
What do you think? Received on Mon Aug 01 2005 - 13:36:09 CDT

Original text of this message

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