I have the following Query:
SELECT u.user_nome
FROM tb_Usuario u
WHERE u.user_ativo = 1
I need one more clause where
where it compares a id
of the user. However, I get this id
through array
, how do I make that comparison?
Array :
(
[0] => 1-funil-pr-
[1] => 3-funil-pr-2
)
I get these two parameters id
.