Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
"?"条件の右側にあるクエリのフォーマットに問題がありwhereます。
"?"
where
例
Select * From mytable Where column_name = ?
クエスチョンマーク「?」って知ってる?はクエリでは無効です。それは与えますORA-00911: invalid character
ORA-00911: invalid character
しかし、ヒキガエルの疑問符とクエリがフォーマットされている場合、このチェックをバイパスする方法はありますか?
注:ヒキガエル10.6を使用しています