Hoppa till huvudinnehållet

sql where clause with varible in workflow designer

Kommentarer

2 kommentarer

  • Permanently deleted user

    The correct string concatenation operator is '+'

    So this should work for you:

    "LINLOCID like '" + linlocid + "%'"

    The string is SQL, but the syntax to make the string is Visual Basic. Make sense?

    EDIT: forgot the wildcard

    0
  • Permanently deleted user

    Yes - that works!!

    Thanx,

    Jeff

     

    0

Du måste logga in om du vill lämna en kommentar.