这似乎是一个愚蠢的问题。我想要设置一个包含数字的记录的SQL数据库。我想运行一个查询来选择一组记录,然后获取该组中的值,对数字进行一些基本算术,然后将结果保存到另一个表但仍然将它们与原始外键相关联记录。是不是可以在SQL中将数据转移到另一个应用程序然后再导入它?如果是这样,完成此操作的基本功能/程序是什么?
我来自excel / macro / basic python背景,想要调查它是否值得切换到SQL。
PS。我想保持开源。
答案 0 :(得分:0)
使用postgresql(9.6)的一个小例子
<div class="container">
<div class="item">
<div>
<img src="https://placeimg.com/1000/1000/any/grayscale">
</div>
</div>
<div class="item">
<div>
<img src="https://placeimg.com/1000/1000/any/grayscale">
</div>
</div>
</div>
答案 1 :(得分:0)
在MySQL中,您可以使用CREATE TABLE ... SELECT(https://dev.mysql.com/doc/refman/8.0/en/create-table-select.html)