Liste des premières adhésions:

{sql-query:dataSource=myDS|output=html|table=false|escape=true}select DISTINCT CONCAT("   * ", nom , "\n") from liste order by nom{sql-query}

{sql-query:dataSource=myDS|output=html|table=false|escape=true} SELECT COUNT(DISTINCT nom) FROM liste{sql-query}