Zum Hauptinhalt gehen

SQL IN Statement

Kommentare

3 Kommentare

  • Mike Diss-Torrance

    Try adding brackets around the numbers: SQL IN Operator (w3schools.com) so the resultant where clause looks like this:

    DIFFERENTLOCATIONID IN (1,2,3)

     

    0
  • Luc

    =`DIFFERENTLOCATIONID IN (${$test.result})` When i use it like this and removed the brackets from the input string it works! Thankyou!

    0
  • Berend Veldkamp

    No need to remove brackets if you do this $test.result.join(",")

    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.