2 parents 91ddd1d + 1ef73ac commit 39dd99eCopy full SHA for 39dd99e
1 file changed
content/postgresql/postgresql-tutorial/postgresql-any.md
@@ -120,11 +120,11 @@ SELECT * FROM managers;
120
Output:
121
122
```text
123
- id | first_name | last_name | type | salary
124
-----+------------+-----------+---------+----------
125
- 1 | John | Doe | manager | 60000.00
126
- 2 | Jane | Smith | manager | 55000.00
127
- 3 | Alice | Johnson | manager | 58000.00
+ id | first_name | last_name | salary
+----+------------+-----------+----------
+ 1 | John | Doe | 60000.00
+ 2 | Jane | Smith | 55000.00
+ 3 | Alice | Johnson | 58000.00
128
(3 rows)
129
```
130
0 commit comments