Subject | Firebird: has ORDER BY in INSERT INTO... FROM being added? |
---|---|
Author | Marco Menardi |
Post date | 2003-05-26T13:39:52Z |
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
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