摘要: SELECT LEFT(Result, LEN(Result) - 1) FROM ( SELECT ( SELECT TOP 5 '{"organizationTitle":"' + [Name] + '"' ,',"orgainizationGUName":"' + [Name] + '"},'FROM [Station] FOR XML PATH('') ) AS Result ... 阅读全文
posted @ 2017-04-20 10:04 simadi 阅读(1147) 评论(0) 推荐(0) 编辑
摘要: db.getCollection('organization').insert( [ {"organizationTitle" : "台州广播电台1", "version" : NumberInt(1), "createdAt" : new Date()}, {"organizationTitle" 阅读全文
posted @ 2017-04-20 09:59 simadi 阅读(329) 评论(0) 推荐(0) 编辑
摘要: new Date() 阅读全文
posted @ 2017-04-20 09:43 simadi 阅读(1395) 评论(0) 推荐(0) 编辑
摘要: db.student.insert({"id":NumberInt(1)}); 阅读全文
posted @ 2017-04-20 09:39 simadi 阅读(1586) 评论(0) 推荐(0) 编辑