Skip to main content

sql where clause with varible in workflow designer

Comments

2 comments

  • 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

Please sign in to leave a comment.