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
1240567c
Commit
1240567c
authored
Oct 05, 2007
by
Pietro Abate
Browse files
[r2003-11-25 11:04:17 by cmiachon] q2 added-
Original author: cmiachon Date: 2003-11-25 11:04:17+00:00
parent
82ba1b11
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/cql/q2.cd
0 → 100644
View file @
1240567c
let q2x =
<results>
select <result>[t a]
from b in [doc]/<book>_,
t in [b]/<title>_,
a in [b]/<author>_ ;;
let q2p=
<results>
select <result>[t a]
from <bib>[b::Book+] in [doc],
<book>[t&Title la::Author+ ;_] in b,
a in la ;;
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