mySQL :: insert into table, data from another table?(mySQL :: 插入表,数据来自另一个表?)
问题描述
我想知道是否有办法完全在 sql 中做到这一点:
I was wondering if there is a way to do this purely in sql:
注意:q1 将返回大约 30k 行.
Note: q1 would return about 30k rows.
有什么办法可以在直接 sql 中做我上面尝试的操作吗?直接从一个表(基本上是原始数据表)中提取数据并插入到另一个表(基本上是处理过的数据表)中?
Is there any way to do what I am attempting above in straight sql? To just pull the data straight from one table (basically a raw data table) and insert into another table (basically a processed data table)?
推荐答案
这篇关于mySQL :: 插入表,数据来自另一个表?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!