select count(*) num, convert(varchar(7),signTime,120) fil from Project where signTime between '2010-11-11' and '2010-11-15' and signs=2 group by convert(varchar(7),signTime,120)這一段SQL語句在SQL SEVER中可以正常使用 但是到ORACLE就不行了 高手幫幫寫下 在ORACLE應該怎么寫 主要是convert這個函數怎么用 時間我會轉化這就是一個取signTime這個字段 當前月份的函數 我要根據不同的月份來統計數據
添加回答
舉報
0/150
提交
取消