摘要:
Connection failed. Verify all connection parameters and confirm that the appropriate driver is installed. The server time zone value 'Öйú±ê׼ʱ¼ä' is 阅读全文
摘要:
1、如果在查询是用了空字符串:'',查询时用:='',是匹配不上的,要用:IS NULL 才能匹配。 WITH A AS(SELECT '' NULL1 FROM DUAL)SELECT COUNT(1)FROM AWHERE A.NULL1 IS NULL; WITH B AS(SELECT '' 阅读全文