我正在嘗試執行SQL查詢來查找在數據庫中的註釋字段內具有值的所有項目。然而,當我這樣做,我得到了下面的錯誤,這我不知道如何解決:如何在出現ORA-19011錯誤時搜索字段?
ORA-19011: Character string buffer too small
19011. 00000 - "Character string buffer too small"
*Cause: The string result asked for is too big to return back
*Action: Get the result as a lob instead
我使用的QUERTY如下:
select *
from
actionLog al
where comments like '%GEM9_EM_SCFNY_TT%'
任何幫助就如何修改我的查詢將非常感激。
感謝 邁克爾
什麼類型是註釋? – EasterBunnyBugSmasher