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
b1b004da
Commit
b1b004da
authored
Jul 10, 2007
by
Pietro Abate
Browse files
[r2004-01-21 17:07:19 by cmiachon] Empty log message
Original author: cmiachon Date: 2004-01-21 17:07:19+00:00
parent
4a3362d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/cql/R/q4.cd
View file @
b1b004da
...
...
@@ -5,12 +5,11 @@ select <no_bid_item>[ !([i]/Itemno) !([i]/Description)]
from i in [items]/Item_tuple
where let s =(select b
from b in [bids]//Itemno
where (
b
= [i]/Itemno) )
where (
[b]
= [i]/Itemno) )
in s= []
;;
(* In CQLp *)
(*
select ino
...
...
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