0

select with multiple conditions

Hi,

it was already asked in this forum but i never saw a working answer. is it possible to have a select with multiple conditions?

such as: select Table where (entry1 = true) AND (entry2 = true)

Thanks in advance

2 replies

null
    • Support
    • 6 yrs ago
    • Reported - view

    Yes its possible like this

    (select 'Table' where 'entry1' = true and 'entry2' = true)

    Birger

    • Christoph
    • 6 yrs ago
    • Reported - view

    wow, i spelled AND in capital letters and that's why it doenst work. ok.

    that was easy, thank you!

Content aside

  • 6 yrs agoLast active
  • 2Replies
  • 2658Views