From 7f65d691bd0549c9fea21a6593e47fe13b600e34 Mon Sep 17 00:00:00 2001 From: Jonathan Ha <78988736+jonha1@users.noreply.github.com> Date: Fri, 22 Sep 2023 00:37:05 -0400 Subject: [PATCH] Update how_to_view_tables.md --- docs/contributing/how_to_view_tables.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/contributing/how_to_view_tables.md b/docs/contributing/how_to_view_tables.md index 254df9482..1ece79402 100644 --- a/docs/contributing/how_to_view_tables.md +++ b/docs/contributing/how_to_view_tables.md @@ -10,9 +10,7 @@ 4. Type in the posgtre password (“easy_dev_pass”) -5. Use \dt+ to give an in depth description of all the tables - -6. Select * from “tablename” to check columns of the table ( you can also type column +5. Select * from “tablename”; to check columns of the table ( you can also type column names instead of * to see the entire column )