avatar
a*w
1
Thanks for the previous answer about the debugging PL/SQL.
In Oracle, I want to sort one table and put all the data
into
another table. Without using PL/SQL, almost impossible?
Any DX has any idea about that?
Thx.
avatar
b*e
2
how can you sort data in a table? i don't believe they're
stored in a sequential way. when you retrievfe data using
sql, you can always specify sorting order

【在 a**w 的大作中提到】
: Thanks for the previous answer about the debugging PL/SQL.
: In Oracle, I want to sort one table and put all the data
: into
: another table. Without using PL/SQL, almost impossible?
: Any DX has any idea about that?
: Thx.

avatar
ug
3
don't ORCL well, but can you just use:
insert into new_table ( select * from old_table order by ... ) ?
maybe my point is dumn :(

【在 b****e 的大作中提到】
: how can you sort data in a table? i don't believe they're
: stored in a sequential way. when you retrievfe data using
: sql, you can always specify sorting order

avatar
a*w
4
When use insert into, you can not use order by.

【在 ug 的大作中提到】
: don't ORCL well, but can you just use:
: insert into new_table ( select * from old_table order by ... ) ?
: maybe my point is dumn :(

avatar
a*w
5
I want the data in the sorting order in the table for future
special joining, which requires the order.
Any idea?

【在 b****e 的大作中提到】
: how can you sort data in a table? i don't believe they're
: stored in a sequential way. when you retrievfe data using
: sql, you can always specify sorting order

avatar
b*e
6
sorry i don't understand this.. what kind of special join
do you mean?

【在 a**w 的大作中提到】
: I want the data in the sorting order in the table for future
: special joining, which requires the order.
: Any idea?

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。