Skip to content

Tag: in-operator

How to make all combinations with given words in SQL

I’ll make a search query that search on each individual word contains in my table using SQL Server. The query must work as following situation: The query must search in the colour, style, marerial and shape field like an or operator The query must search on each individual search word (like blue, red, m…