摘要:
1 问题描述 sql数据库查询接口union后order by 某字段,提示错误“1250 - Table 'd' from one of the SELECTs cannot be used in field list“。 移除order by 条件,就不会报错,但是不满足按照某个字段排序。 2 阅读全文
摘要:
1、mysql 包下载地址 MySQL :: Download MySQL Community Server 2、包解压到一个目录 这里解压到:D:\soft\mysql-8.0.29-winx64 3、设置系统环境变量 设置--系统-关于--高级设置 设置 MYSQL_HOME 为 D:\soft 阅读全文