Is there a way I can automatically change a string to the upper version.
For example:
select * from table
would be:
SELECT * FROM table
After selecting both select and table and applying such a function. Typically I create the sql in a web editor, then copy paste it into my code, but have to format it a bit.