Skip to content

Commit

Permalink
Correction d'une balise
Browse files Browse the repository at this point in the history
  • Loading branch information
gleu committed Oct 16, 2020
1 parent 895d8b1 commit 4f8dc7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgresql/func.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17528,7 +17528,7 @@ SELECT ... WHERE CASE WHEN x <> 0 THEN y/x > 1.5 ELSE false END;
arguments non NULL. NULL est renvoyé seulement si tous les arguments sont
NULL. Elle est souvent utilisée pour substituer une valeur par défaut pour
les valeurs NULL quand les données sont récupérées pour affichage. Par
exemple&snbp;:
exemple :
<programlisting>
SELECT COALESCE(description, short_description, '(none)') ...
</programlisting>
Expand Down

0 comments on commit 4f8dc7a

Please sign in to comment.