Fixing typos, adding examples.

This commit is contained in:
Elf M. Sternberg 2016-07-12 15:35:11 -07:00
parent 359f6f14b0
commit a9adbd72ed
1 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,8 @@ Example
I created these handlers to help with finding nested folders in my music I created these handlers to help with finding nested folders in my music
catalog program, `Catalogia<http://github.com/elfsternberg/catalogia>`. catalog program, `Catalogia<http://github.com/elfsternberg/catalogia>`.
.. code-block:: sql ::
SELECT dirname(mp3a.path) AS parent, SELECT dirname(mp3a.path) AS parent,
dirname(mp3b.path) AS child dirname(mp3b.path) AS child
FROM catalog_mp3 AS mp3a, FROM catalog_mp3 AS mp3a,