摘要:
连接mysql的时候,提示“null, message from server: “Host ‘xx.xx.xx.xx‘ is not allowed to connect to this MySQL server“” 解决 出现这个提示,是由于我们使用root用户登录时,没有给root用户设置能访 阅读全文
摘要:
网上找了一圈,没有找到合适的,后来自己试了个语句,居然可以,记录下来 select * from (select count(1) as cgtg from [dbo].[kv_cabinetbushing] a where a.isdel=0 and a.supplierWorkNo='') a, 阅读全文