Update docs/PostgreSQL/2026-02-17-commandes-utiles.md
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
jf
2026-02-18 10:45:19 +01:00
parent 704f17441d
commit 6c5a58bcc0

View File

@@ -15,7 +15,7 @@ SELECT table_name, column_name FROM information_schema.columns where table_name
```
## Commenter
[source]: https://www.techonthenet.com/postgresql/comments.php
[source](https://www.techonthenet.com/postgresql/comments.php)
### 1. En utilisant `-- Commentaire`