我需要编写一个QueryDSL来获取表中最新的记录。为此,我根据timeCreated按降序排序,我使用singleResult来获取第一条记录。
file_path="C:\inetpub\wwwroot\upload\2018\4"
set fso=Server.CreateObject("Scripting.FileSystemObject")
tmpArr = Split(file_path, "\")
tmpPath = tmpArr(0)
For i = 1 To UBound(tmpArr)
If Not fso.FolderExists(Server.MapPath(tmpPath)) Then
fso.CreateFolder Server.MapPath(tmpPath)
End If
tmpPath = tmpPath & "\" & tmpArr(i)
Next
如果以上(singleResult)总是获取排序列表中的第一条记录(最新记录),我需要澄清
答案 0 :(得分:0)
来自singleResult
的{{3}}:
对于多个结果,只返回第一个