How to convert SQL keywords to lowercase? #3664
-
I want to convert SQL keywords to lowercase when I transpile SQL with sqlglot. Example: SELECT a, b, c
FROM some_table should be converted to select a, b, c
from some_table I have found that there is Can I lowercase SQL keywords? Isn't it possible for now? |
Beta Was this translation helpful? Give feedback.
Answered by
tobymao
Jun 17, 2024
Replies: 1 comment
-
this isn’t possible nor is it planned. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
nakamichiworks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
this isn’t possible nor is it planned.