Variable in DB2

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • cpajoe2001
    New Member
    • Jan 2007
    • 9

    #1

    Variable in DB2

    I am working on a asp web application and have to use a DB2 database I usually use SQl and have noticed a few things differnt like Concatenation for example SQL uses + and DB2 uses || now I have ran into another one and i can't find the counterpart in SQL i can do

    Code:
    Select *
    From theTable
    Where Column = @Column
    where the @ is a variable so how do i do this in DB2?
Working...