Skip to content

Commit 39dd99e

Browse files
authored
Merge pull request #4533 from Arul-1911/patch-1
Fix: Updated output example in managers table
2 parents 91ddd1d + 1ef73ac commit 39dd99e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

‎content/postgresql/postgresql-tutorial/postgresql-any.md‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,11 @@ SELECT * FROM managers;
120120
Output:
121121

122122
```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
123+
id | first_name | last_name | salary
124+
----+------------+-----------+----------
125+
1 | John | Doe | 60000.00
126+
2 | Jane | Smith | 55000.00
127+
3 | Alice | Johnson | 58000.00
128128
(3 rows)
129129
```
130130

0 commit comments

Comments
 (0)