i think i got it..
Thanks u.
select t0.WstCode ,t1.WstCode,t1.UserID,t2.U_NAME ,t2.USER_CODE
from owst t0 inner join wst1 t1
on t0.WstCode = t1.WstCode
inner join ousr t2
on t2.USERID = t1.UserID where t0.Name =''
i think i got it..
Thanks u.
select t0.WstCode ,t1.WstCode,t1.UserID,t2.U_NAME ,t2.USER_CODE
from owst t0 inner join wst1 t1
on t0.WstCode = t1.WstCode
inner join ousr t2
on t2.USERID = t1.UserID where t0.Name =''