当前位置:网站首页>MySQL min() finds the minimum value under certain conditions, and there are multiple results
MySQL min() finds the minimum value under certain conditions, and there are multiple results
2022-07-02 16:12:00 【CSDN Q & A】
mysql min( ) When seeking the minimum value The added condition does not take effect
seek In one table project a Minimum time project B Minimum time
SELECT `ID` , ` project ` ,` nickname ` , ` Time ` , ` project ` , `UID` FROM `Probs` WHERE ` Time ` = ( SELECT MIN(` Time `) FROM `Probs` WHERE ` project ` like '% Water without phase %' and day( Time to participate )=day(now()) )
seek project by Water without phase in The value of the minimum time appear 2 individual
Because of the project A Time is 20.9 project B Time, too 20.9
however I added project
like '% Water without phase %' I don't know why it still appears 2 individual
Ask for an answer
边栏推荐
- 仙人掌之歌——投石问路(2)
- 中科大脑知识图谱平台建设及业务实践
- What are the necessary functions of short video app development?
- Vscode设置标签页多行显示
- Lseek error
- Introduction to dynamic planning I, BFS of queue (70.121.279.200)
- Solve * * warning * *: your ApplicationContext is unlikely to start due to a @componentscan of the defau
- Conditions and solutions of deadlock
- Effectively use keywords to increase Amazon sales
- JS learning notes - variables
猜你喜欢
OSPF - route aggregation [(summary) including configuration commands] | address summary calculation method - detailed explanation
又是一年毕业季
中科大脑知识图谱平台建设及业务实践
数仓中的维度表与事实表
How to import a billion level offline CSV into Nepal graph
Solve * * warning * *: your ApplicationContext is unlikely to start due to a @componentscan of the defau
Postgressql stream replication active / standby switchover primary database no read / write downtime scenario
Introduction to Dynamic Planning II (5.647.62)
Original God 2.6 server download and installation tutorial
Boot transaction usage
随机推荐
如何實現十億級離線 CSV 導入 Nebula Graph
手机app通达信添加自定义公式(分时T+0)为例子讲解
Analysis of the difference between array and linked list
Route service grid traffic through two-level gateway design
Register as a harmonios developer and install deveco studio 3.0 beta2 for harmonios
Fastjson list to jsonarray and jsonarray to list "suggested collections"
Boot 中bean配置覆盖
Yyds dry goods inventory student attendance system based on QT design
Boot 事务使用
Maui learning road (III) -- in depth discussion of winui3
(practice C language every day) the sum of the nearest three numbers
Floyed "suggestions collection"
全方位解读服务网格(Service Mesh)的背景和概念
Data Lake (11): Iceberg table data organization and query
Dimension table and fact table in data warehouse
Leetcode -- number of palindromes
The light of ideal never dies
微信v3native支付设置的结束时间处理办法
数据库系统概论第一章简答题-期末考得怎么样?
结构体的内存对齐