6 ms·
This is a problem, seems like ctes and views are a possible ormless solution here
by x-shadowban 3y ago
This is a problem, seems like ctes and views are a possible ormless solution here
- lmm 3y agoCTEs and views are both a bit bigger than the parts that you would normally want to share and reuse, and they're also not very well standardised. Plus no-one really agrees on how dynamic tables should be, so you end up with the Excel maintainability problem of no real separation between code and data.