Skip to content

Commit

Permalink
Added SQL formatting command
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinFrizzell committed Oct 8, 2023
1 parent 3b2e3bd commit a6d04cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Utilities.sql
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ INNER JOIN
WHERE
ep.name = 'Description'
ORDER BY ObjectName

-- To apply SQLFluff formatting:
-- In terminal run - `sqlfluff fix WideWorldImporters\Challenges\ Utilities.sql Challenges\`

0 comments on commit a6d04cc

Please sign in to comment.