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
9646bac7
Commit
9646bac7
authored
Oct 05, 2007
by
Pietro Abate
Browse files
[r2004-10-31 23:09:17 by beppe] wrong syntax
Original author: beppe Date: 2004-10-31 23:09:17+00:00
parent
7e482e83
Changes
2
Hide whitespace changes
Inline
Side-by-side
web/manual/expressions.xml
View file @
9646bac7
...
...
@@ -694,8 +694,8 @@ CDuce is endowed with a <code>select_from_where</code> syntax to perform some SQ
</p>
<sample>
<![CDATA[
select %%e%% from
%%p1%% in %%e1%%
%%p2%% in %%e2%%
%%p1%% in %%e1%%
,
%%p2%% in %%e2%%
,
:
%%pn%% in %%en%%
where %%b%%
...
...
web/tutorial/queries.xml
View file @
9646bac7
...
...
@@ -18,8 +18,8 @@ CDuce is endowed with a <code>select_from_where</code> syntax to perform some SQ
</p>
<sample>
<![CDATA[
select %%e%% from
%%p1%% in %%e1%%
%%p2%% in %%e2%%
%%p1%% in %%e1%%
,
%%p2%% in %%e2%%
,
:
%%pn%% in %%en%%
where %%b%%
...
...
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