Is there an #SQL implementation with #nominalTyping? It's weird that you can accidentally join on two unrelated id columns, or an id that happens to be numerical and an actual scalar value.
cc #PLdev
Is there an #SQL implementation with #nominalTyping? It's weird that you can accidentally join on two unrelated id columns, or an id that happens to be numerical and an actual scalar value.
cc #PLdev
@csepp
No it's not weird, SQL was designed for making business reports, and you need flexibility to produce useful data from the shittiest of schemas. That's why it took off.