Actions
Bug #1871
closedfix SQL For chk_c2_placeSystemsUsed
Start date:
01/11/2005
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
1871
Description
SELECT Z_USER_C2_plotNorm.PlaceSystem
FROM Z_USER_C2_plotNorm
WHERE (((Len([placeSystem]))>0))
GROUP BY Z_USER_C2_plotNorm.PlaceSystem;
Updated by Michael Lee almost 20 years ago
fixed, previous query needed a nz() in it
Actions