keeping in mind what is standard SQL and what is not is still valuable, avoiding database-specific features when not needed is always a good thing

that said, most of my application just won't work in another database because of feature lacking that I would need to reimplement otherwise

Comments