gpt4 book ai didi

php - 在单个 MYSQL 单元格中插入多个值

转载 作者:行者123 更新时间:2023-12-01 00:01:08 25 4
gpt4 key购买 nike

谁能建议我如何使用 Php 在单个 MySQL 单元格中存储多个值?我只是在使用插入功能,但它根本没有帮助。

最佳答案

不不不不不不!

切勿在单个单元格中存储多个值。它会总是回复您。反对the 3rd rule of DB normalization .

在单元格中仅插入单个值,必要时添加多条记录。示例

photos table:          id  | filename
1 | 'myfoto.jpg'

comments table: photo_id | user_id | comment
1 | 23 | 'great picture'
1 | 99 | 'nice'
1 | 7 | 'do not like it'

关于php - 在单个 MYSQL 单元格中插入多个值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17392717/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com