添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接

Introducing Regular Expression (Regex) Support in Azure SQL DB

Abhiman Tiwari

Vanna.ai and Azure SQL Database
Vanna.ai and Microsoft SQL Vanna.ai, in partnership with Azure SQL Database Product Management, bring you a collaboration for using Vanna's natural language to SQL (...
Brian Spendolini
0 comment
Vector Search Optimization via KMeans, Voronoi Cells and Inverted File Index (aka “Cell-Probing”)
In a previous article I already mentioned how vectors can be easily stored in Azure SQL already and how to calculate dot product and cosine distance using just T-SQL. In ...
Davide Mauri
0 comment

Congrats!! Long overdue for Regex support in SQL! I’m looking forward to this making its way into the next SQL Server version.

I’d have preferred the .NET Regex variant over POSIX, but beggars can’t be choosers!

This is fantastic, and will simplify string manipulation immensely. What’s the plans for full SQL Server? Will this be added to 2022 in a future cumulative update, or would it have to wait for the next release? Please try to avoid feature divergence wherever possible otherwise it creates confusion and hinders migrations.

📌Wow!!!🤩 𝑨𝒛𝒖𝒓𝒆 𝑺𝑸𝑳 𝑹𝒆𝒈𝒖𝒍𝒂𝒓 𝒆𝒙𝒑𝒓𝒆𝒔𝒔𝒊𝒐𝒏𝒔!💥This is awesome!

SQL Server 2005 introduced the integration of the Common Language Runtime (CLR) and we started implementing regular expressions, while repeatedly asking Microsoft to add regular expression support as a built-in feature in the server. About twenty years later and it’s coming! 𝙏𝙝𝙞𝙨 𝙞𝙨 𝙘𝙖𝙪𝙨𝙚 𝙛𝙤𝙧 𝙘𝙚𝙡𝙚𝙗𝙧𝙖𝙩𝙞𝙤𝙣!🎊🎉

The function I most like from the list mentioned is REGEXP_REPLACE . I am using SQLCLR for such solution today.

I noticeed only a few regex functions mentioned in the article. I hope to see the full power of regular expression functions and not just these added as well. I gave more details on linkedin.