首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > oracle >

oracle中单引号的转义符

2014-01-28 
oracle中单引号的转义符 ?我需要一个sql语句,定义一个变量str str:select * from tablename where time

oracle中单引号的转义符 ?我需要一个sql语句,定义一个变量str
str:='select * from tablename where time>=to_date('2005-1-1','yyyy-mm-dd')';
这个to_date()中需要单引号,可是这样写的话又出错,该怎么解决阿?!!

------解决方法--------------------------------------------------------
"'"用chr(39)进行拼接

        

热点排行