gpt4 book ai didi

mysql - 在插入语句 MySQL 中选择 ID()

转载 作者:可可西里 更新时间:2023-11-01 07:51:00 25 4
gpt4 key购买 nike

我正在尝试在插入查询中使用 SELECT UUID()。这是我的疑问

INSERT INTO `posts`(`post_id`, `user_id`, `content`, `time`) VALUES (SELECT uuid(),1,'my content',mytime)

我遇到错误 a comma or a closing bracket was expected mysql near uuid

最佳答案

uuid 是一个函数,您可以单独使用它而无需编写 select。

INSERT INTO `posts`(`post_id`, `user_id`, `content`, `time`) VALUES (uuid(),1,'my content',mytime)

关于mysql - 在插入语句 MySQL 中选择 ID(),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46800410/

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