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.
我有一个包含 html 格式数据的数据库。
是否有我可以使用的更新查询来删除其中的所有 HTML 注释?
<!-- Some comment -->
SQLite 的字符串操作非常有限。我强烈建议使用具有良好连接器的平台(如 .NET)并浏览您的列表,逐个更新。使用正则表达式(egad!)或适当的东西来删除 HTML 注释。