Hi guys,
Just quick question
see the code below (which doesn't work)
As you see, I want to select ALL CURVE LIKE 'AUDUSD%DELTA%' AND 'AUDCAD%DELTA%'
Can you guys tell me how am I suppose to do this in microsoft sql?
Thanks guys,
Just quick question
see the code below (which doesn't work)
Code:
SELECT * FROM CURVEDEFINITION
where CURVE LIKE ('AUDUSD%DELTA%' OR 'AUDCAD%DELTA%')
As you see, I want to select ALL CURVE LIKE 'AUDUSD%DELTA%' AND 'AUDCAD%DELTA%'
Can you guys tell me how am I suppose to do this in microsoft sql?
Thanks guys,