Skip to content

Commit

Permalink
Fix from Stephen.
Browse files Browse the repository at this point in the history
  • Loading branch information
csev committed Mar 9, 2017
1 parent 3938734 commit 596f45f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/sql-intro/many_one_lite.php
Expand Up @@ -210,7 +210,7 @@
AND Album.artist_id = Artist.id
ORDER BY Artist.name LIMIT 3
</pre>
The expected result of this query on your database is:
The expected result of the modified query on your database is:
<table border="2">
<tr>
<th>Track</th><th>Artist</th><th>Album</th><th>Genre</th>
Expand Down

0 comments on commit 596f45f

Please sign in to comment.