当前位置:网站首页>MySQL winter vacation self-study 2022 11 (8)
MySQL winter vacation self-study 2022 11 (8)
2022-07-06 02:25:00 【Crane paper thousand】
-- Query whether the company has more than 60 Year old employees , Output if there is
select * from emp3 where exists(select * from emp3 where age > 60);# Wrong writing , Output for the whole table
select * from emp3 a where exists(select * from emp3 b where a.age > 60);
select * from emp3 where eid in (select eid from emp3 where age > 60);# use in To achieve
-- Query the employee information of the Department
select * from emp3 a where exists (select * from dept3 b where a.dept_id = b.deptno);
select * from emp3 a where dept_id in(select deptno from dept3 );# use in To achieve
Be careful exists Efficiency currency of in high
边栏推荐
- [coppeliasim] 6-DOF path planning
- The ECU of 21 Audi q5l 45tfsi brushes is upgraded to master special adjustment, and the horsepower is safely and stably increased to 305 horsepower
- [untitled] a query SQL execution process in the database
- There are so many giants, why should we independently develop POS store cashier system?
- 在线怎么生成富文本
- 零基础自学STM32-野火——GPIO复习篇——使用绝对地址操作GPIO
- Global and Chinese markets for single beam side scan sonar 2022-2028: Research Report on technology, participants, trends, market size and share
- Computer graduation design PHP college student human resources job recruitment network
- 3D drawing ()
- Visualstudio2019 compilation configuration lastools-v2.0.0 under win10 system
猜你喜欢
Concept of storage engine
Lecture 4 of Data Engineering Series: sample engineering of data centric AI
爬虫(9) - Scrapy框架(1) | Scrapy 异步网络爬虫框架
Computer graduation design PHP campus restaurant online ordering system
Visualstudio2019 compilation configuration lastools-v2.0.0 under win10 system
vs code保存时 出现两次格式化
Use the list component to realize the drop-down list and address list
Sword finger offer 30 Stack containing min function
剑指 Offer 29. 顺时针打印矩阵
Executing two identical SQL statements in the same sqlsession will result in different total numbers
随机推荐
Use Scrollview and tabhost to realize vertical scrollbars and tabs
Have a look at this generation
Using SA token to solve websocket handshake authentication
This time, thoroughly understand the deep copy
Exness: Mercedes Benz's profits exceed expectations, and it is predicted that there will be a supply chain shortage in 2022
Dachang image library
How to generate rich text online
Get the relevant information of ID card through PHP, get the zodiac, get the constellation, get the age, and get the gender
Paper notes: limit multi label learning galaxc (temporarily stored, not finished)
论文笔记: 图神经网络 GAT
SSM 程序集
大厂镜像库
Bigder: I felt good about the 34/100 interview, but I didn't receive the admission
Is there a case where sqlcdc monitors multiple tables and then associates them to sink to another table? All operations in MySQL
Minecraft 1.18.1, 1.18.2 module development 22 Sniper rifle
How to use C to copy files on UNIX- How can I copy a file on Unix using C?
怎么检查GBase 8c数据库中的锁信息?
[width first search] Ji Suan Ke: Suan tou Jun goes home (BFS with conditions)
Global and Chinese markets hitting traffic doors 2022-2028: Research Report on technology, participants, trends, market size and share
【社区人物志】专访马龙伟:轮子不好用,那就自己造!