blob: a2cb9d3a8bc29281844ed4b33c93eb803b6980ff [file] [log] [blame]
/*
* Description : Test substring2(string,position) built in function.
* Success : Yes
* Date : 19th April 2012
*/
// To test substring function with string data stored in an internal dataset.
use dataverse test;
for $a in dataset('testdst')
order by $a.name
return substring2($a.name,4);