Hacker News new | ask | show | jobs
by bear24rw 1385 days ago
> You can also do some crazy stuff with recursive SQL evaluation. I.e. a UDF that executes raw SQL command text, which itself can contain the same invocation. Bonus points if this command text resides in the same database and can reflect/edit itself at runtime...

This is super intriguing, would love to see more details / examples of this.