谢谢
回复讨论(解决方案) to_char 函数是怎么定义的
to_char 函数是怎么定义的
sql的函数
$stid = oci_parse($conn, 'select birthplace,birthplacecode,myseq,to_char(mydate,\'mm/dd/yyyy\') as mydate,institution,institutioncode from scott.mapaeon');
我发现只要查询的结果中有/,就会在前面加一个反斜杠,不管数据在数据库中是什么类型的
怎么能帮结果中的反斜杠去掉?谢谢