|
... and even flexible sorting can be done in static! C+ Select ... from ... Where ... C+ order by Case When :Sort = 1 then Fld1 Else NULL end, C+ Case When :Sort = 1 then Fld2 Else NULL end, C+ Case When :Sort = 2 then Fld3 Else NULL end, C+ Case When :Sort = 3 then Fld4 Else NULL end, C+ case When :Sort = 3 then Fld1 Else NULL end C+ ..... C/End-Exec Birgitta "If you think education is expensive, try ignorance" (Derek Bok) -----Ursprüngliche Nachricht----- Von: midrange-l-bounces@xxxxxxxxxxxx [mailto:midrange-l-bounces@xxxxxxxxxxxx] Im Auftrag von rob@xxxxxxxxx Gesendet: Mittwoch, 22. März 2006 16:50 An: Midrange Systems Technical Discussion Betreff: RE: Returning Passed SQL Statements from Debug Actually, there is a downside. But that's been brought up several times before. Performancewise, it's better to avoid building the whole statement in a string. That should be reserved for those cases actually needing it. Perhaps doing flexible sorting is one such example. Rob Berendt
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.