sure
in SQL Server : use the UPPER() function
in Access : use UCaseCode:SELECT UPPER(lastname) from employees
Code:SELECT UCase(lastname) from employees
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 3 of 3
Thread: uppercase in SQL???Threaded View
|
Click Here to Expand Forum to Full Width |