General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
p11
ThePrimeTime
comments
Comments by "p11" (@porky1118) on "The Only Database Abstraction You Need | Prime Reacts" video.
I hate SQL. It's a bad language to represent a beautiful logic. SQL is basically just set operations. So it would be useful to write it like set operations in a functional style. Just write something like "join(set1, set2, condition)" instead of "JOIN set1, set2 ON condition", or "select(key, where(cross(a, b), condition))" instead of "SELECT key FROM a, b WHERE condition"
1