plz help me in sql statement

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mesho100200
    New Member
    • Oct 2008
    • 1

    plz help me in sql statement

    hi

    i have one table which included 4 fields


    field1 field2 field3 field4

    a b null null

    a c null null

    null null a b



    what is the statement which give me the value which in field1 and field1 but not in field3 and field4


    result like this


    field field2

    a c


    plz help me in this statement
  • ck9663
    Recognized Expert Specialist
    • Jun 2007
    • 2878

    #2
    Sounds like an assignment...

    Here are some sample SELECT statements.

    -- CK

    Comment

    Working...