Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Change lower case letter to upper case

I'm loading files which are written in lower case.

I'm creating table for each file and I want to use the file name, but with upper case letters.

how can I do it in the script?

Thanks,

Boris

1 Solution

Accepted Solutions
bumin
Partner - Creator II
Partner - Creator II

Hi Boris,

you can use the upper-command

upper(filename) as filename

regards

Bumin

View solution in original post

1 Reply
bumin
Partner - Creator II
Partner - Creator II

Hi Boris,

you can use the upper-command

upper(filename) as filename

regards

Bumin