我有一個XML列的表。 我想解析它在XML特定的鍵,我完成通過執行以下操作: SELECT TOP 1000
CAST([PlatformInfo] as xml).value('(/PlatformInfo/@Device)[1]', 'varchar(max)') as Device ,
CAST([PlatformInfo] as xml).value('(/PlatformInfo/@
我現在正在使用我的應用程序中尚未投入生產的dynamodb。我有應用程序,在不同的意見中顯示以下項目 1) show list of orders posted by other users from last 3 days to the user
2) show list of orders that user created
3) show list of orders that user