Im looking operators but I cant find a way to implement this:
WHERE
CC.FirstName + ' ' + CC.LastName LIKE '%s%'
name{
like: query
},
subname{
like: query
}
There is no concat of things, subname and name go separated.
Any possible solution??