Regular expression in SQL Server

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pankajit09
    Contributor
    • Dec 2006
    • 296

    Regular expression in SQL Server

    Hello,

    In MYSQL we have :

    Code:
    SELECT something FROM table WHERE column REGEXP 'regexp'

    How to do it in MSSQL ?
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    Please find a related article here.

    Comment

    Working...