当前位置:网站首页>Take n multiple table names of a database as the values of a column in another table (the range can be a table in another database)
Take n multiple table names of a database as the values of a column in another table (the range can be a table in another database)
2022-06-28 01:58:00 【OUO~】
Demand scenarios

First check to see if it matches
select * from ouo o
INNER JOIN information_schema.TABLES t on INSTR(t.table_name,o.key)
where table_schema='wewe'

Find that it can match , In the next step, you can batch modify
update ouo o INNER JOIN information_schema.TABLES t on INSTR(t.table_name,o.key)
set o.username=t.table_name
where table_schema='wewe'
The results are as follows

Mainly MYSQL INSTR Function function , You can search for MYSQL String contains attempts to write more
边栏推荐
- Is there any risk in opening an account for flush stock? Is it safe for flush to open an account
- 什麼是數字化?什麼是數字化轉型?為什麼企業選擇數字化轉型?
- 零基础多图详解图神经网络
- OS模块与OS.path 模块的学习
- 嵌入式必学,硬件资源接口详解——基于ARM AM335X开发板 (上)
- Deep parsing of kubernetes controller runtime
- Centos8 operation record command version Yum redis MySQL Nacos JDK
- 【DNS 解析】将Name.com的域名接入DNSPod解析
- Database query optimization: master-slave read-write separation and common problems
- Web3 技术初体验以及相关学习资料
猜你喜欢

Hi, you have a code review strategy to check!

Adobe Premiere Basics - general operations for editing material files (offline files, replacing materials, material labels and grouping, material enabling, convenient adjustment of opacity, project pa

fiddle如何使用代理
![pytorch_lightning.utilities.exceptions.MisconfigurationException: You requested GPUs: [1] But...](/img/b4/8921c3ca5cd5a547768489d4a79202.png)
pytorch_lightning.utilities.exceptions.MisconfigurationException: You requested GPUs: [1] But...

How to understand query, key and value in transformer

What is digitalization? What is digital transformation? Why do enterprises choose digital transformation?
![[embedded foundation] serial port communication](/img/b7/18fec20e2d5fa5f226c6f8bb1e93d2.png)
[embedded foundation] serial port communication

如何理解 Transformer 中的 Query、Key 与 Value

LMSOC:一种对社会敏感的预训练方法

嵌入式必学,硬件资源接口详解——基于ARM AM335X开发板 (上)
随机推荐
嵌入式必学!硬件资源接口详解——基于ARM AM335X开发板 (下)
fiddle如何使用代理
Drug interaction prediction based on learning size adaptive molecular substructure
Review of drug discovery-02-prediction of molecular properties
利用redis bitmap实现人员在线情况监控
MapReduce elementary programming practice
Adobe Premiere Basics - general operations for editing material files (offline files, replacing materials, material labels and grouping, material enabling, convenient adjustment of opacity, project pa
Chapitre 4: redis
What is digitalization? What is digital transformation? Why do enterprises choose digital transformation?
Solon 1.8.3 release, cloud native microservice development framework
零基礎多圖詳解圖神經網絡
frp实现内网穿透
药物发现综述-03-分子设计与优化
Database query optimization: master-slave read-write separation and common problems
How to read a paper
Some habits of making money in foreign lead
【sylixos】NEW_ Example of type 1 character drive
面试官问:JS的继承
Solon 1.8.3 发布,云原生微服务开发框架
解决ionic4 使用hammerjs手势 press 事件,页面无法滚动问题