Hacker News new | past | comments | ask | show | jobs | submit login

1. Views are fine. They somewhat help with abstracting things away here and there, yes. But these are just macros, right?

2. What SQL functions are you talking about? There are builtins, e.g. avg, sum, and then there are User Defined Functions, which have nothing to do with SQL, mostly just a random external language or one of the non-portable PL/SQL flavours.

Practically speaking, one cannot really write portable SQL outside of a very limited intersection of various dialects. And within this limit users just cannot build a reasonably portable code library.

There is a reason why analysts working with SQL just copy massive query templates again and again and again...




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: