I have a select that returns some data from the database, but I need this select to return values only when in a group of values, there is x
SELECT pessoas.id AS ID,
pessoas.nom_pessoa AS nome,
pessoas.cod_sexo_pes AS sexo,
YEAR(FROM_DAYS(TO_D...
asked by
08.06.2016 / 21:08