Results 1 to 2 of 2

Thread: multiple conditions in query

  1. #1

    Thread Starter
    Hyperactive Member Radames's Avatar
    Join Date
    Feb 2001
    Location
    Tech Tropics
    Posts
    360

    multiple conditions in query

    I am having some query problems. Can anyoneshow me some sample queries where multiple conditions are used to select data?
    Top Tip: You can make friends and impress the opposite sex at geeky cocktail parties by saying "DB" instead of database. - Karl Moore

  2. #2
    Lively Member
    Join Date
    Jan 2001
    Posts
    118
    Select *
    From tabel
    where UserID = 'aaabbbccc'

    Select Name
    From tabel
    Where UserID = 1
    And Age > 20
    And Birtdate > '20010101'

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width