We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5ff4a7 commit 117d4b5Copy full SHA for 117d4b5
docs/T4_Bases_de_donnees/4.2_Langage_SQL/02_exercices_ecrit.md
@@ -115,7 +115,7 @@
115
116
**Q5.** Donner la liste des patient(e)s ayant été examiné(e)s par un(e) psychiatre en avril 2020.
117
118
- {#
+
119
??? note "Correction"
120
```SQL
121
SELECT p.nom, p.prenom FROM Patients AS p
@@ -124,7 +124,7 @@
124
WHERE m.specialite = "psychiatrie" AND o.date_ord LIKE "%04-2020%"
125
126
```
127
- #}
128
129
!!! abstract "{{exercice()}}"
130
_basé sur le travail de G.Viateau (Bayonne)_
0 commit comments