blob: 94743a720bb43a696d23164d45534c3c1922a9f7 [file] [log] [blame]
/*
* Test case Name : toLowerCas03.aql
* Description : Test lowercase(string) function
* : This test case covers Positive tests
* Success : Yes
* Date : 19th April 2012
*/
// Create internal dataset, insert string data and pass the string attribute to lowercase function, and verify results.
use dataverse test;
for $l in dataset('testds')
order by $l.name
return lowercase($l.name)