Re: Beginner SQL Query Question

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Thank you for your help, but there is a subtle difference in what I am
looking for.

First, there are no null values in this table. There are only entries
when there is a value. If a place in the GUI is blank, then nothing
gets entered into the UDF table.

Querying for places where udfnum <> 2 will not work either. Here is
why. Let's take an example of two separate entries from the GUI.

Entry 1) (my original example)
nameid - 12345 udfnum - 1 udftext - Green
nameid - 12345 udfnum - 2 udftext - Lord of the Rings
nameid - 12345 udfnum - 3 udftext - Cat in the Hat

Entry 2)
nameid - 6789udfnum - 1 udftext - Green
nameid - 6789udfnum - 2 udftext - Lord of the Rings
nameid - 6789udfnum - 3 udftext - Cat in the Hat




On Nov 6, 3:28 pm, Lord Kelvan <the_idd...@xxxxxxxxxxx> wrote:
as you trying to find all people that have a null value for the
favorite book or are you trying to find everyone who doesnt haev a
certian favorite book.

the not null one is easy

select nameid,name
from nametable,udftable
where udftext is null

if you want to find everyone who dosnt have a certian book use

select nameid,name
from nametable,udftable
where udfnum <> 2

hope this helps

Regards
Kelvan

.



Relevant Pages

  • Re: where did server settings go in FC6?
    ... On Sun, 28 Jan 2007, Matthew Saltzman wrote: ... It was some kinda gui which had a bunch of ... But if you install a system-config-* package whose menu entry belongs in that submenu, then the Server Settings menu entry will appear and the system-config-services menu item will move to the submenu. ...
    (Fedora)
  • Re: GUI with multiple display?
    ... i am generating a GUI with a lot of labels and entry widgets,my idea ... displayed .is there any option like multiple display or some thing ... method for few entry validation and for floati donot know how to ...
    (comp.lang.tcl)
  • Re: Beginner SQL Query Question
    ... We will continue to use udfnum = 2, ... Entry 1) ... If I run a query that asks for all records where udfnum 2, ... Select nameid from udf where from udf where nameid ...
    (microsoft.public.access.queries)
  • Re: Cello Screen Shots
    ... >>How dare you judge a GUI by its cover!? ... pop-up menus, list boxes, tree views, tab controls, text entry, and ... multi-line text display and entry. ... * Porting to other Lisps and OSes remains to be proved out, ...
    (comp.lang.lisp)
  • GUI with multiple display?
    ... i am generating a GUI with a lot of labels and entry widgets,my idea ... displayed .is there any option like multiple display or some thing ... method for few entry validation and for floati donot know how to ...
    (comp.lang.tcl)