TypeError:未定义不是对象正在评估“ n.replace”PhanomJS

问题描述

尝试使用phantomJS访问某些URL时出现错误

select *
from (
    select t.*,min(col1) over(partition by col2) min_col1,max(col1) over(partition by col2) max_col1
    from mytable t
) t
where min_col1 <> max_col1

有人知道这意味着什么吗?有没有解决的办法? 我的测试脚本如下

TypeError: undefined is not an object (evaluating 'n.replace')

  :0 in apply

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)