hello all
i need make sql to have all from fiald my name
like :
need make select option
and select name from table but need to be like that
a b c d e f
like that 🆒
band english 😃
SELECT * FROM table ORDER BY name ASC Gives result: a b c d
SELECT * FROM table ORDER BY name DESC Gives result: d c b a
thanx bro very much