vinayakb | 38b7ca4 | 2012-03-05 05:44:15 +0000 | [diff] [blame] | 1 | for $c in recordset(['cid', 'int32', 'name', 'string', 'age', 'int32'], 'osfiles', ['nc1', 'data/spj01/cust1.adm'], ['nc2', 'data/spj01/cust2.adm']) |
2 | where some $c2 in [ $c ] | ||||
3 | satisfies substring($c2.name, 1, 1) = "J" | ||||
4 | return $c |