Hi,
I tried converting this using Query Editor but it rejected it.
select LDate, b.Book, a.Type, a.Cusip, Ticker,Description, a.BankCode
FROM
dbo.SL_LPositions a,
dbo
.SL_LBankDTC b,
dbo
.sl_Lfisemap c
where
a.BankCode*= b.Bankcode
and
a.type*= c.type
and
a.cusip*= c.cusip
and a.colltype='C'
and c.category='lnpos'
and LDate='20140130'
thanks
oldmandba