Quantcast
Viewing all articles
Browse latest Browse all 17

To update all records to upper case

If you want to update all records can use this sql statement

1
UPDATE staff SET `staff_name` = UPPER( `staff_name` )

Viewing all articles
Browse latest Browse all 17

Trending Articles