LAE

Welcome to the LAE community!  Please feel free to start a discussion in the discussion tab or join in a conversation.

Discussions

Members

Resources

Events

 View Only
  • 1.  DB Execute - Bind Name Error

    Employee
    Posted 02-25-2014 10:51

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: mw9286

    Bind name in teradata sql statements must not begin with a digit

    Query:

    SELECT *
    FROM Table 1
    WHERE nbr = :1

    SCRIPT
    sqlSelect(1,
    "{{^query^}}",
    TELEPHONE.trim())

    Thanks,

    Mike


  • 2.  RE: DB Execute - Bind Name Error

    Employee
    Posted 10-01-2014 06:28

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: Wizardous

    Facing same issue here.

    Thank you.