update sns_users set file_path = '/actionfile/2011/06/10' ,file_name = (select UUID() as a) where file_name is null
select UUID()赋值
更新sns_users表文件路径
最新推荐文章于 2024-08-09 03:57:56 发布
本文介绍了一种更新数据库表中特定字段的方法,使用了UUID作为文件名的唯一标识,并指定了具体的文件路径。
644

被折叠的 条评论
为什么被折叠?



