1:两个字段联合例子
在 sql 中 ,select a+b from table ( a 和 b 分别是table 中的字段,在sql中 用“+”连接 )
在 oracle 中, select a || b from table ( a 和 b 分别是table 中的字段,在oracle中 用“||”连接 )
1:两个字段联合例子
在 sql 中 ,select a+b from table ( a 和 b 分别是table 中的字段,在sql中 用“+”连接 )
在 oracle 中, select a || b from table ( a 和 b 分别是table 中的字段,在oracle中 用“||”连接 )