diff options
author | Christian Cleberg <hello@cleberg.net> | 2023-06-16 16:45:15 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2023-06-16 16:45:15 -0500 |
commit | a26d0140151902c594def7e0f6a234b973ddee0d (patch) | |
tree | 93e30a9a859f3c319506f1752c45971fb37b8819 | |
parent | 53b1d749f007c887006cdedc38e7912fae232c97 (diff) | |
download | data-science-a26d0140151902c594def7e0f6a234b973ddee0d.tar.gz data-science-a26d0140151902c594def7e0f6a234b973ddee0d.tar.bz2 data-science-a26d0140151902c594def7e0f6a234b973ddee0d.zip |
fix SQL comment
-rw-r--r-- | projects/sqlite3-analysis/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/sqlite3-analysis/README.md b/projects/sqlite3-analysis/README.md index 18a1a43..143bd93 100644 --- a/projects/sqlite3-analysis/README.md +++ b/projects/sqlite3-analysis/README.md @@ -6,7 +6,7 @@ sqlite3 ./chinook.db ``` ```sql -# Enable some features and export the CSV results of the script +-- Enable some features and export the CSV results of the script .headers on .mode csv .output /home/cmc/git/data-science/projects/sql-dashboard/employee_sales.csv |