Sandeep
Results
2
comments of
Sandeep
This might not be required after the merging of pull request [#32](https://github.com/lordmauve/flake8-html/pull/32)
The following is a condensed version of the SQL code that can be used to reproduce the issue ``` SELECT MONTH('2023-07-23' ) -- 7 It Works ; SELECT DAY('2023-07-23' )...