SQLSRV server side regex search

SQLSRV server side regex search

raffgrasraffgras Posts: 1Questions: 1Answers: 0
edited April 2019 in Free community support

Hello, I am trying to search for an exact string using a regex pattern:

table.columns(1).search("^123$", true, false).draw();

The problem is, that SQLSRV does not seem to support the generated REGEXP keyword (according to the image)

I wanted to know if there is a way to use regex on SQLSRV.

Thank you in advance.

Answers

This discussion has been closed.