bugl
bugl
HomeLearnPatternsPathsSearchPremium
HomeLearnPatternsPaths

Loading lesson path

Learn/SQL/SQL References
SQL•SQL References

MS Access UCase() Function

Example

 SELECT UCASE(CustomerName) AS UppercaseCustomerName
FROM Customers;

Definition and Usage

The UCase() function converts a string to upper-case.

Tip

Also look at the LCase() function.

Syntax

UCase(
text
)

Parameter Values

ParameterDescription
textRequired. The string to convert

Technical Details

Works in:From Access 2000

Previous

MS Access Trim() Function

Next

MS Access Abs() Function