Дt
Size: a a a
Дt
Дt
F
Дt
AS
Дt
Дt
Дt
Дt
F
AS
AS
F
AS
AS
F
AS
Дt
Дt
select cast(code as int) code,title
from sed_client s
left join table1 t1 on s.code=t1.code
left join table2 t2 on s.code=t2.code
where (t1.code is not null or t2.code is not null)
NP