Hi, simple question :
How can I limit the number of results of the query ?
Exemple : only the 5 first results of (`cb_gender` = 'Male' )
I try
(`cb_gender` = 'Male' ) LIMIT 5
and
SELECT count(*) FROM `#__comprofiler` limit 5
without success ;-(
Help please