如何在mysql的现有表中添加另一个字段
好的,我有这些表
我这里还有另一个表格:
那么,idAlbum 在图库表中,对此的查询是什么? 我想从一个表中的一个字段中选择数据并将其插入到另一表中的字段中。
Okay, I have these table
and I also have another table right here:
So,idAlbum is in the gallery table, what is the query for this?
I want to select the data from one field in one table and insert it into a field in another table.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您想在 PhpMyAdmin 中的现有表中添加字段,请在查看其数据时单击“结构”选项卡,在表结构的底部您会看到一个不错的框:“在一个的 [开始/结束] 处添加 [数字] 字段单击右侧按钮并用表格进行处理。
If you want to add a field in existing table in PhpMyAdmin, click "Structure" tab while viewing its data, and at the bottom of table structure you have nice box: "Add [number] fields at the [beginning / ending] of a table. Click the button on the right and processd with forms.