Block a user
Téléverser les fichiers vers "/"
Téléverser les fichiers vers "/"
code mssql
SELECT adh.rowid, lastname as nom, firstname as prenom, cot.datec as date_adh FROM llx_adherent as adh LEFT JOIN llx_subscription as cot ON cot.fk_adherent = adh.rowid …
code mssql
SELECT adh.rowid, lastname as nom, firstname as prenom, cot.datec as date_adh FROM llx_adherent as adh LEFT JOIN llx_subscription as cot ON cot.fk_adherent = adh.rowid where…