MS
Size: a a a
MS
EL
MS
EL
В
АП
В
ВБ
В
В
ВБ
В
ВБ
АП
ВБ
ВБ
АП
ИА
*
from workbooks t1
join (
select t2.id, t2.name, t1.owner_id, t1.owner_type
from data_connections t1
left join datasources t2 ON t1.dbname = t2.repository_url AND t2.connectable = true
) t2 on t1.id = t2.owner_id and owner_type = 'Workbook'
where t1.id = 3663ИА
ВБ