Sure!<P>Based on the way database servers "do their stuff" there is absolutely no way to guarantee the order in which a SELECT returns tuples (results). What you want to do is add a column that can be ...
As I mentioned in another thread, I'm beginning on my first large-scale ETL project. I'll be replacing an existing system that works, fixing a few bugs along the way. I'd like to take the opportunity ...