Skip to content

Commit b88c731

Browse files
committed
Add the command-line symbol
1 parent 0fdc1cf commit b88c731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgres/list-all-rows-in-a-table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ There is an alternative approach that also selects all rows from a table.
1111
It's essentially a shorthand -- the `table` command.
1212

1313
```sql
14-
table bedding_types;
14+
> table bedding_types;
1515
name
1616
----------
1717
No Bed

0 commit comments

Comments
 (0)