2009-08-17

mhoulden: (computers)
2009-08-17 10:28 pm
Entry tags:

Typo Watch

SELECT UNTO sounds a lot more classy than SELECT INTO, no?

Taking it a stage further, I suppose you could have something like:

SELECT value UNTO variable
FROM table
WHEREAS value = 'something';

No reason why query languages couldn't be a bit more interesting.