Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cduce
cduce
Commits
1aa7065a
Commit
1aa7065a
authored
Jul 10, 2007
by
Pietro Abate
Browse files
[r2003-11-27 15:35:58 by cmiachon] Empty log message
Original author: cmiachon Date: 2003-11-27 15:35:58+00:00
parent
e7d00655
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/cql/q7.cd
View file @
1aa7065a
...
...
@@ -57,8 +57,10 @@ otherwise we can use <book year=1991--*>[...] *)
let q7x =
let q = order (
select <book year=y>([b]/<title>_)
from b in [doc]/<book>[
_* <publisher>
['
Addison-Wesley
']
;_],
y in [
doc
]/@year
from b in [doc]/<book>[_* <publisher>
"
Addison-Wesley
"
;_],
y in [
b
]/@year
where int_of(y) >> 1991
) in <bib>q;;
(* problem with using a function of order, is that the type is infered as [Any*]
*)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment