You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

String functions in inside bmql query

edited Aug 17, 2021 6:20AM in Configure Price Quote 3 comments

Content

I would like to use some string functions inside the bmql specifically lower and upper functions

For example:

In SQL we can do this:

SELECT  LOWER(department_name) FROM departments ORDER BY LOWER(department_name);

How can the same be achieved in bmql.

I have tried some combinations but I always end up with different errors.

I basically want to implement a search function with bmql against data in columns.

Any help would be highly appreciated.

 

Version

Version: 21C Patch 2

Code Snippet

SELECT  LOWER(department_name) FROM departments ORDER BY LOWER(department_name);

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!