I need to change over 300 records in a table field that have small letters to
capitals letters. Which sql command statement would change this?
Thanks in advance
Dave
Example:
update table1
set c1 = upper(c1)
AMB
"DCR" wrote:
> I need to change over 300 records in a table field that have small letters to
> capitals letters. Which sql command statement would change this?
> Thanks in advance
> Dave
Showing posts with label tocapitals. Show all posts
Showing posts with label tocapitals. Show all posts
Friday, February 24, 2012
change small letter to capitals letters
change small letter to capitals letters
I need to change over 300 records in a table field that have small letters t
o
capitals letters. Which sql command statement would change this?
Thanks in advance
DaveExample:
update table1
set c1 = upper(c1)
AMB
"DCR" wrote:
> I need to change over 300 records in a table field that have small letters
to
> capitals letters. Which sql command statement would change this?
> Thanks in advance
> Dave
o
capitals letters. Which sql command statement would change this?
Thanks in advance
DaveExample:
update table1
set c1 = upper(c1)
AMB
"DCR" wrote:
> I need to change over 300 records in a table field that have small letters
to
> capitals letters. Which sql command statement would change this?
> Thanks in advance
> Dave
Subscribe to:
Posts (Atom)