Sql server does not support the syntax of mysql concat,. Is there any alternative method?

problem description

to implement a multi-field fuzzy query, check the syntax of CONCAT (field 1, field 2, field 3) like in mysql, but sql server does not support this syntax. Ask if there is any way to implement multi-field fuzzy query

.

the environmental background of the problems and what methods you have tried

the syntax of select * from table where field 1 + field 2 + field 3 like can be found on the Internet, but it is found that if the fuzzy field has a number, the query record will be incomplete.


it is found that the record of fuzzy query phone number with 7 will be missing. I hope God will give me an answer

.
Mar.28,2022
Menu