0
我想使用HQL將列值與當前日期進行比較。將HQL中的當前日期與之比較(使用.Net)
我試圖
IQuery someQuery = session.CreateQuery(String.Format(
@"Select s.Id
From InventoryProductStateItem s
where s.ValidFrom < current_date()"));
這將引發異常 「附近有語法錯誤關鍵字CURRENT_DATE()」
CURRENT_DATE一點兒也不工作無論是。
不知道這current_date是關於什麼 – AGuyCalledGerald 2010-06-15 09:43:41