top | item 36502020

(no title)

x-shadowban | 2 years ago

This is a problem, seems like ctes and views are a possible ormless solution here

discuss

order

lmm|2 years ago

CTEs 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.