Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个带有 column 的表dbo.tb_item_description。在其中,我想找到字符串 'For North America Only' 。
dbo.tb_item_description
看起来你想要charindex。