Open worksofliam opened 5 years ago
I've just seen this blog post and I do only have a two issues with it:
In this small blog, I'm going to show you how to do 'uppercase' in one line of code - using Embedded SQL.
Dcl-S CharField Char(100); CharField = 'hello db2 summit!'; EXEC SQL SET :CharField = UPPER(:CharField);
..and that's it.
Should probably mention this too: https://www.ibm.com/support/pages/rpg-cafe-new-built-ins-lower-upper-and-split
I've just seen this blog post and I do only have a two issues with it:
In this small blog, I'm going to show you how to do 'uppercase' in one line of code - using Embedded SQL.
..and that's it.