畢設問題小記 HSQL查詢異常

2022-03-13 20:22:45 字數 610 閱讀 2048

剛剛在完成乙個查詢功能時遇到這樣的異常:

org.springframework.orm.hibernate3.hibernatequeryexception: unexpected token:* near line 1, column 8 [select * from com.sxpt.model.usertopro where isusing=1 and tuser.uloginid='0010']; nested exception is org.hibernate.hql.ast.querysyntaxexception: unexpected token: * near line 1, column 8 [select * from com.sxpt.model.usertopro where isusing=1 and uloginid='0010']

之前也遇到過這樣的問題,主要原因是由於使用gethibernatetemplate()進行資料操作時,應該使用hsql語句查詢,而不應該是sql,其最典型的區別就是hsql查詢的應該是物件而不是表名。這裡檢查了一下發現from後的確是物件名沒有問題。所以到網上搜了下資料,發現在hsql中不支援select *這樣的操作,可以直接from......即可,修改後junit通過。

異常Finally輸出問題小記

問題 如果根據正常得情況下,先輸出的將是catch裡面得報錯語句,但是為什麼會在這個程式執行中出現先輸出finally,後輸出報錯語句?首先經過詢問自己的導師和查詢一些技術問題,得到定論 多執行緒的執行 1.出現這個問題得原因是因為 system.out.print 和system.err.prin...

寫畢設查詢的問題總結

換行問題 強制不換行p 超出顯示省略號p suwu150 比較日期 改變滑鼠樣式 cursor pointer 手 cursor wait 等待 cursor help 幫助 vue 路由跳轉 this.router.push login this.router.push this.router.p...

道具價格查詢異常的問題(型別轉換)

道具 查詢異常 耗時30分鐘 新增運營資料條目,需要上報道具 如下 sprintf itemstr2,d cdgetpropprice m propid 每次獲取到的值都是異常,如0或者負值。檢視源頭問題新增定位 最終發現還是在sprintf語句中出現了問題。cdgetpropprice返回的是fl...