0
**speciality**
---name
--name
-name
因此它不會給我不同的值,由於空間( - )如何使用LTRIM我想補充LTRIM這個查詢,使我得到了數據室內用LTRIM也不同
select distinct split.a.value('.','varchar(100)')as string from (select cast ('<M>' + replace(speciality, ',', '</M><M>') + '</M>' as xml) as string from health where type='Doctor' and speciality like '%dentist%') as a cross apply String.nodes ('/M') as split(a)
'選擇不同REPLACE( ' 'split.a.value(' VARCHAR(100) '),'', '') ...''或'選擇不同的REPLACE(split.a.value('。','varchar(100)'),' - ','')' – lad2025
感謝它的作品,但m使用ltrim,適合我,謝謝很多 –