> A very simple method is to call the proc once, and store its result in a var
Yes, but it will be loaded eagerly, I try to load it lazy, as I have many different data tables and not all of them always used.
> A very simple method is to call the proc once, and store its result in a var
Yes, but it will be loaded eagerly, I try to load it lazy, as I have many different data tables and not all of them always used.