![]() | |
#1
| |||
| |||
|
|
Check | >_join1 | calc sum as FutureTrans | |
|
1 | _join1 | |
riv:dqsetup4
QSETUP1" D
riv:A1
QSETUP1" D
riv:dqsetup4
#2
| |||
| |||
|
|
Appreciate your suggestions/comments as I'd like the results to be the same as the Pdox qbe - no record. Probably missing something...8-) |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
select count(*) from Customer where Country='XYZ' should return a row with 0. |
#5
| |||
| |||
|
|
calc count | A | Check | |
|
calc sum | A | Check | |
#6
| |||
| |||
|
|
Local SQL is consistent, which the QBE isn't. |
#7
| |||
| |||
|
|
Bertil Isberg wrote: Local SQL is consistent, which the QBE isn't. Then there are two bugs. The difference in the GROUP BY is a problem worth noting because, when converting from one to the other, logic that depends on a NULL result set will break unless a workaround is applied. -- Larry DiGiovanni Digico, Inc. IT Consulting and Staffing Solutions www.digicoinc.com Check out www.thedbcommunity.com for Paradox resources. |
#8
| |||
| |||
|
|
There's no guarantee that a Paradox query translated to SQL by Paradox will return the same resultset. Especially when handling nulls. |
#9
| |||
| |||
|
|
Bertil Isberg wrote: There's no guarantee that a Paradox query translated to SQL by Paradox will return the same resultset. Especially when handling nulls. Sure. It's just particularly unexpected to see a row where none is matched. -- Larry DiGiovanni Digico, Inc. IT Consulting and Staffing Solutions www.digicoinc.com Check out www.thedbcommunity.com for Paradox resources. |
#10
| |||
| |||
|
|
To restrict the resultset, you use the HAVING clause. |
![]() |
| Thread Tools | |
| Display Modes | |
| |