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.