摘要:
SQL查询条件使用函数优化 背景: 由于数据原因表关联只能使用函数对数据进行分隔 select B.* from TABLE_A A cross join TABLE_B B where substr(B.TID, 0, 22)=substr(A.TID, 0, 22) and B.TEST in 阅读全文
摘要:
iptables防火墙命令操作 # 查看防火墙状态 service iptables status # 停止防火墙 service iptables stop # 启动防火墙 service iptables start # 重启防火墙 service iptables restart # 永久关闭 阅读全文