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