摘要: 字符串函数: 1.返回字符变量 1.1 concatSQL> select concat('ABC',' c') from dual;CONCA-----ABC cSQL> select concat(first_name,last_name) name from employees where employee_id=152;NAME---------------------------------------------PeterHallSQL> SELECT CONCAT(CONCAT(last_name, ''' 阅读全文
posted @ 2013-02-17 15:53 兵99 阅读(122) 评论(0) 推荐(0)