Quantcast
Channel: ITPUB论坛-专业的IT技术社区
Viewing all articles
Browse latest Browse all 18583

sql-数字字母混合串,按其中的字母排序

$
0
0
SQL> create or replace view vv as select empno ||\' \'|| ename as data from emp ; --先创建一个视图其中的列值 是数字字母混合的 View created. SQL> select * from vv; DATA --------------------------------------------------- 7369 SMITH 7499 ALL ...

Viewing all articles
Browse latest Browse all 18583

Trending Articles