以下是postgressql
查询:
select to_char(to_timestamp(rolloffdate,'MM/DD/YYYY'),'Month YYYY') period, * from employeedetails WHERE EMPLOYEE_STATUS > 3
ORDER BY to_timestamp(rolloffdate,'MM/DD/YYYY')
任何人都可以将此转换为microsoft sql server 2008
。它声明to_char
和to_timestamp
不是内置函数名称
答案 0 :(得分:1)
您可以尝试此查询:
var test = {
fn1: function(_origin, _componentType) {
if(arguments.length > 1) throw "xx";
// this strict is ok
"use strict";
var interface = new Object(this);
}
}