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
where the @ is a variable so how do i do this in DB2?
Code:
Select * From theTable Where Column = @Column