Hi,
Could you please suggest, how to sort the data coming from a select query in DB2 UDB V8, without having order by clause?
My query look like this:
insert into <table1> select name, no from <table2> order by name. Because it’s not allowing to having order by in sub queries.
Thanks in Advance.
Shiva.
Could you please suggest, how to sort the data coming from a select query in DB2 UDB V8, without having order by clause?
My query look like this:
insert into <table1> select name, no from <table2> order by name. Because it’s not allowing to having order by in sub queries.
Thanks in Advance.
Shiva.
Comment