select dic_kanji_primary,dic_previous_jis,dic_etymology_1,
stuff(
(
select ',' + dio_reading
from tbl_dictionary_on
where dic_id_pk = dio_id_fpk
for xml path('')
),
1, 1, '') as dio_reading
from tbl_dictionary_kanji
where 1=1
and dic_ecu_indicator='1'
KH
Time is always against us