[403 image link by OP]
Above image is of my database table in Mssql server. I want to select the data which only contains arrTransactionColumns
from report_keys
column.
My query is
select * from table where report_keys like '%arrTransactionColumns%'
but it gives the result which has arrTransactionColumnsHRI
too.