Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: SQL help needed
Hey there kirti , good to have you back.
> Hello All,
> Thanks for your wonderful ideas.
> I just forwarded those to my dear Developer (my wife, that is :)
>
> After posting my question to the list last night, I was told that the
query will be run against
> an Informix database :)
> Typical Developers !!! ;)
>
>
> Cheers!
>
> - Kirti
>
>
> --- Kirtikumar Deshpande <kirtikumar_deshpande_at_yahoo.com> wrote:
> > Hello Listers,
> >
> > I need some SQL help.
> > Not sure if this is possible in plain SQL or not, but here it is:
> > I have a table with two columns:
> > EMPNBR LINENBR
> > ------ -------
> > 100 1
> > 200 4
> > 300 8
> > 400 9
> > 500 14
> >
> > How would I find out the missing linenbrs (2,3,5,6,7) if I was given
minlinenbr as 1 and
> > maxlinenbr as 10 that would be passed as variables (using &).
> >
> > Thanks.
> >
> > - Kirti
> >
> >
>
> __________________________________
> Do you Yahoo!?
> Yahoo! SiteBuilder - Free, easy-to-use web site design software
> http://sitebuilder.yahoo.com
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.net
> --
> Author: Kirtikumar Deshpande
> INET: kirtikumar_deshpande_at_yahoo.com
>
> Fat City Network Services -- 858-538-5051 http://www.fatcity.com
> San Diego, California -- Mailing list and web hosting services
> ---------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
>
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: <bulbultyagi_at_now-india.net.in INET: bulbultyagi_at_now-india.net.in Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Wed Sep 17 2003 - 18:49:47 CDT