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.
我使用媒体存储,其中有一个视频表,其中时间码值存储为 var char 列中的逗号分隔字符串。我正在尝试查找相同时间码的实例在相同值中出现两次的结果
例如,我希望能够使用 LIKE 运算符来检索遵循此模式的任何内容
COLUMN Timecode VALUE '00:00:10;00,00:00:10;00'
基本上,如果值是“A,A,B”或“A,B,B”等,我正在尝试查询。