Skip to content

Commit

Permalink
Merge pull request #41 from hsf-training/revert-40-27-a-bit-more-on-q…
Browse files Browse the repository at this point in the history
…ueries-add-explanation-and-examples-on-join

Fixes "Update 05-mysql-queries.md"
  • Loading branch information
michmx authored Aug 2, 2024
2 parents f8b4924 + cd8b889 commit 3012629
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions _episodes/05-mysql-queries.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

---
title: "A bit more on queries"
teaching: 60
Expand Down Expand Up @@ -240,7 +239,7 @@ mysql> SELECT e.experiment_name, i.run_number FROM experiments e CROSS JOIN addi
+-----------------+------------+
```

### Try Youself!
### Try Yourself!
The below two queries have same output. Can you explain?
```sql
SELECT *
Expand Down

0 comments on commit 3012629

Please sign in to comment.