From b88c731fa6a42452124c359fe81e01881a9394c0 Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Fri, 12 Feb 2016 08:48:59 -0600 Subject: [PATCH] Add the command-line symbol --- postgres/list-all-rows-in-a-table.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres/list-all-rows-in-a-table.md b/postgres/list-all-rows-in-a-table.md index f5bb71a..789edd2 100644 --- a/postgres/list-all-rows-in-a-table.md +++ b/postgres/list-all-rows-in-a-table.md @@ -11,7 +11,7 @@ There is an alternative approach that also selects all rows from a table. It's essentially a shorthand -- the `table` command. ```sql -table bedding_types; +> table bedding_types; name ---------- No Bed