Subject | FireBird SQL help |
---|---|
Author | william_yuwei |
Post date | 2006-02-07T16:37:11Z |
Hi, All
I've built a stored procedure which returned the following result:
ModelNo Color Size ColA ColB ColC
8080 Gold 48 2.5 2.2 2.4
8080 Gold 50 3.4 3.7 3.2
8080 Gun 48 0.8 0.9 0.9
8081 Blue 47 1.9 2.0 1.9
8081 Blue 49 2.7 3.0 2.8
However there is another critera needs to be used against above
results: if any of ColA, ColB or ColC are lower than 1.0, the whole
group of model will be returned otherwise not, which means that Model
8081 should not be returned to the final result, while whole records
of Model 8080 should be returned.
How can I implement this by SQL?
Thanks
William
I've built a stored procedure which returned the following result:
ModelNo Color Size ColA ColB ColC
8080 Gold 48 2.5 2.2 2.4
8080 Gold 50 3.4 3.7 3.2
8080 Gun 48 0.8 0.9 0.9
8081 Blue 47 1.9 2.0 1.9
8081 Blue 49 2.7 3.0 2.8
However there is another critera needs to be used against above
results: if any of ColA, ColB or ColC are lower than 1.0, the whole
group of model will be returned otherwise not, which means that Model
8081 should not be returned to the final result, while whole records
of Model 8080 should be returned.
How can I implement this by SQL?
Thanks
William