I've a problem of sql optimization
I've a View, inside this View I must use another View, now the problem is that I must call this "inner view" more than one time, so this "inner view" is recalculated each time, is there a way to calculate it only the first time?