当前位置:网站首页>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
边栏推荐
- Lseek error
- AWS云主机扩容
- Practice of traffic recording and playback in vivo
- win10系统升级一段时间后,内存占用过高
- Wavedec2 in MATLAB, talk about the wavedec2 function [easy to understand]
- Introduction to dynamic planning I, BFS of queue (70.121.279.200)
- Analysis of the difference between array and linked list
- Construction and business practice of Zhongke brain knowledge map platform
- Everyone Xinfu builds: a one-stop intelligent business credit service platform
- Introduction to Dynamic Planning II (5.647.62)
猜你喜欢

Yyds dry goods inventory hands-on teaching you to carry out the packaging and release of mofish Library (fishing Library)

2020.4.12 byte written test questions B DP D monotone stack

【5G NR】RRC连接释放

Application of visualization technology in Nebula graph

Yyds dry goods inventory student attendance system based on QT design

The light of ideal never dies

图数据库|Nebula Graph v3.1.0 性能报告

Maui学习之路(三)--Winui3深入探讨

Construction and business practice of Zhongke brain knowledge map platform

Vscade set multi line display of tab
随机推荐
Fastjson list to jsonarray and jsonarray to list "suggested collections"
2022最新最详细必成功的在Vscode中设置背景图、同时解决不受支持的问题
Teach you how to build virtual machines locally and deploy microservices
MySQL calculates the data within the longitude and latitude range
Fiddler realizes mobile packet capturing - getting started
OSPF - detailed explanation of NSSA area and full NSSA area (including configuration command), LSA type 7 lsa-7
IDEA中设置背景图片(超详细)
虚假的暑假
Practice of constructing ten billion relationship knowledge map based on Nebula graph
Data Lake (11): Iceberg table data organization and query
Traversal before, during and after binary tree
/Bin/ld: cannot find -lssl
QVariant与Json的各种纠葛——Qt
关于mysql安装的一些问题
Invalid bound statement (not found) solution summary
Vscode设置标签页多行显示
Memory alignment of structure
Floyed "suggestions collection"
Compress words (kmp/ string hash, double hash)
Pattern matching extraction of specific subgraphs in graphx graph Computing Practice