Hi again,
I need a little help, i don't know how to make sql queries,
I tried that and was a query that did not work!
-----
SQL Query: SELECT name,introtext,phone_number FROM #__user WHERE id = *value*;
Column(s) As Value: name||introtext||phone_number
Column(s) Separator: ,
Multiple Row Separator: <br/>
-----
I would like to have in this field the result some thing like:
user name, phone number, Intro text content
I read the tutorial, saw the video, but didn't understand much :(
How could i do this querry? Sorry im new to sql world