摘要: 本篇文章将通过一条 SQL 的执行过程来介绍 MySQL 的基础架构。 首先有一个 user_info 表,表里有一个 id 字段,执行下面这条查询语句: select * from user_info where id = 1; 返回结果为: + + + + + + + + | id | user 阅读全文
posted @ 2020-12-17 20:21 pengxp2008 阅读(121) 评论(0) 推荐(0)
摘要: 转自: http://www.maomao365.com/?p=9775 摘要: 下文简述sqlserver数据库中 text image类型无法使用distinct的处理方法分享 实验环境:sql server 2017 sqlserver我们常常需要对一系列值进行取distinct操作,但是当直 阅读全文
posted @ 2020-12-17 15:21 pengxp2008 阅读(268) 评论(0) 推荐(0)