]> gitweb.pimeys.fr Git - scripts-20-100.git/commitdiff
[bde/adhesions.sh] script pour obtenir les annés d'adhésion d'un compte
authorVincent Le Gallic <legallic@crans.org>
Sat, 14 Feb 2015 15:13:24 +0000 (16:13 +0100)
committerVincent Le Gallic <legallic@crans.org>
Sat, 14 Feb 2015 16:17:36 +0000 (17:17 +0100)
bde/adhesions.sh [new file with mode: 0755]

diff --git a/bde/adhesions.sh b/bde/adhesions.sh
new file mode 100755 (executable)
index 0000000..b3e141d
--- /dev/null
@@ -0,0 +1,11 @@
+#!/bin/bash
+
+# Pour trouver les années d'adhésion d'un compte
+
+export LESS='-S'
+
+psql note -c "
+   SELECT *
+   FROM adhesions
+   WHERE idbde = $1
+   ORDER BY annee ASC;"