fix: table alignment (#5151)

Small Alignment correction
pull/5152/head
Dharun 10 months ago committed by GitHub
parent e2f7abe69a
commit 63c3850f0e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      src/data/roadmaps/sql/content/104-aggregate-queries/101-sum.md

@ -14,7 +14,7 @@ For example, consider the following `ORDER` table:
```
| OrderID | Company | Quantity |
|-------------|-----------|----------|
|------------|---------|----------|
| 1 | A | 30 |
| 2 | B | 15 |
| 3 | A | 20 |
@ -30,7 +30,7 @@ Output will be:
```
| TotalQuantity |
|----------------|
|---------------|
| 65 |
```

Loading…
Cancel
Save