Skip to content

Commit

Permalink
Update README.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
Mylinear authored Sep 18, 2024
1 parent 3137436 commit 54c976b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Case_Study_2_Pizza_Runner/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,13 @@ END,
WHEN cancellation = 'null' OR cancellation = '' THEN NULL ELSE cancellation
END;
```
let's check everything is ok
```sql
SELECT * from runner_orders
```

output
![image](https://github.com/user-attachments/assets/e2c11021-626a-4782-9fd5-c66d3e39dd63)

### Changing Data Types

Expand Down

0 comments on commit 54c976b

Please sign in to comment.