Hacker News new | ask | show | jobs
by sreaching 3060 days ago
dynamic sql is the ugly solution - using a loop to generate the sql string to be executed.
1 comments

This is what I use at work. :) It can make the code difficult to read and update later though.