15 ms·
Often people new to databases and SQL thinks ordering is implicit, I have teach dozens of juniors that believe this is the default. I always wondered why that i
by Xunjin 13d ago
Often people new to databases and SQL thinks ordering is implicit, I have teach dozens of juniors that believe this is the default. I always wondered why that is the thought process...
- fwip 13d agoBecause out of the first 100 queries they ran, 99 came back in order and they didn't notice that the 100th didn't.