Posts by Filipe Ferreira • 33 points
1 post
-
3
votes1
answer985
viewsQ: How to make a "select like" to a subquery result
I need to make a select in sql server 2014 the result of a subquery, for example: select * from tabela2 where codigo like ("1;3;4","3","1;2;5") Where ("1;3;4","3","1;2;5") is the result of subquery…