I am trying print a vaules retrived from select but, I could not find the way in MSSQL.
I mean I have query
select str_id,value from board (this is a simplify query, the one has several joins)
this show
CIM.MotherID,0xfffffff
CIM.MotherID,0x1234234
I would like something like to get
Mother ID, Oxffffff
Mother ID, Ox123213
I tried with IF statement but I could not get it Do you have any clue?