Subject Firebird: has ORDER BY in INSERT INTO... FROM being added?
Author Marco Menardi
Hi, I can't test FB RC2, so, since there is no mention in "What's new"
document, does anyone here know if this syntax is now correct (and
works ;))?
insert into PhoneList(client_id)
select client_id from Clients order by birthday

thanks
Marco Menardi