0

How do I join two different conditions in one statement (and/or) thank you

How do I join two different conditions in one statement (and/or) thank you

1 reply

null
    • Fred
    • 2 yrs ago
    • Reported - view

    in a if statement:

     

    if field1 > 10 or field2 < 20 then ...

     

    in a select statement

     

    select Table1 where field1 = null and field 2 = "Bad"

     

    or

     

    select Table1 [field1 = null and field 2 = "Bad"]

Content aside

  • 2 yrs agoLast active
  • 1Replies
  • 85Views