Hi Vitor,
In WHERE:
how can I do to make the condition highlighted?
SELECT id_utente, sc_concat(nome, ’ ',cognome, ’ ',stabilimento)
FROM utenti
WHERE utenti.livello=4 and utenti.bu_id=$_SESSION[‘var_buid’]
ORDER BY cognome, nome, stabilimento
In this way, returns error
many thanks
Fabrizio