From 0095e4bc6e7953cb23e6848d5934beabbf08c979 Mon Sep 17 00:00:00 2001 From: Daniel Jakots Date: Fri, 1 Dec 2017 09:51:33 -0500 Subject: [PATCH] =?UTF-8?q?wesh,=20t'as=20cru=20que=20c'=C3=A9tait=20mysql?= =?UTF-8?q?=20ou=20quoi=20lol?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HowtoPostgreSQL.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/HowtoPostgreSQL.md b/HowtoPostgreSQL.md index 518f04c8..8741a25a 100644 --- a/HowtoPostgreSQL.md +++ b/HowtoPostgreSQL.md @@ -526,11 +526,10 @@ SELECT current_date; = date actuelle \d table = décrit une table (comme DESCRIBE avec MySQL) ~~~ -Pour changer de base de données, deux possibilités : +Pour changer de base de données : ~~~ => \c base; -=> USE base; ~~~ ### Création de table