在mysql里面有:
mysql> select 1+2;
+-----+
| 1+2 |
+-----+
|   3 |
+-----+
1 row in set (0.03 sec)mysql>
oracle里面有类似的效果么?再比如
mysql> select now();
+---------------------+
| now()               |
+---------------------+
| 2004-09-20 09:39:31 |
+---------------------+
1 row in set (0.04 sec)mysql>我的意思是,直接显示某个结果也值的处理法方法。