Hallo
quite often i use different SQL with the same (or Part of the same) WHERE stuff:
the simplest (e.g. i need to update some 100'000 Categories (takes hours) and whant to know, how many are yet done and how many are open), so i need 2 SQL with the same WHERE Part:
select a, b c where **** and YYY or ZZZ
select count(*) where **** and YYY or ZZZ
Is there a way to "reuse" Parts of one LR in another? (Just i did some changes in one SQL but forgett to do it in the other, and this is not the first time, this happend....)
Thomas