Search found 3 matches

by MarkB_(Guest)
Wed Oct 11, 2006 11:41 am
Forum: R&R ReportWorks Users
Topic: Complex SQL Statement
Replies: 4
Views: 1754

===> RE: Complex SQL Statement

As it turnes out it was not the "EXISTS" part of the statement that was causing the error. I zeroed in on that as it was the only thing complex in the statement. ____In fact the problem turned out to be the handling of the following which I omitted from the first post as I did not suspect ...
by MarkB_(Guest)
Wed Oct 11, 2006 10:22 am
Forum: R&R ReportWorks Users
Topic: Complex SQL Statement
Replies: 4
Views: 1754

==> RE: Complex SQL Statement

The question is how to enter the "EXISTS" statement into the R&R query builder.____Mark
by MarkB_(Guest)
Tue Oct 10, 2006 5:53 pm
Forum: R&R ReportWorks Users
Topic: Complex SQL Statement
Replies: 4
Views: 1754

Complex SQL Statement

Is there a way to use the "EXISTS" in the where clause of a SQL statement?____select * from table 1 __where exists (select * from table 2 where table2.xxx = table1.xxx)____TIA__Mark