Hacker News new | ask | show | jobs
by lccarrasco 3727 days ago
Most drivers or interfaces to the db let you use the column's name instead of the ordinal positions, precisely because that decouples the query's result from the things you care about, might be worth checking ^^