UPDATE (SELECT [AUC],[Comment] FROM [AuC] IN 'C:\Users\test.accdb') AS Q1, [tempComments]
SET [Q1].[Comment] = [tempComments].[Comment]
WHERE [Q1].[AUC] = [tempComments].[AUC]
从s3cli容器运行命令时,将文件从mybucket复制到myfileserver的最佳方法是什么?
我考虑过使用容器之间共享的数据卷?有什么更简单或更好的吗?