お世話になっております。
Webアプリの作成で、配列型のデータを扱っているのですが
Daoクラスの実装に手間取ってしまっているのでご教授いただきたいです。
PostgreSQLを使用しております。
実行時にエラーが出ており、内容としては
org.springframework.jdbc.BadSqlGrammarException: StatementCallback; bad SQL grammar [ select user_no ,comment_date ,contents_text_array ,plan_text_array ,actual_text_array ,comment1_text ,comment2_text ,comment3_text from trn_comment_report where contents_text_array[1:7] = ?,?,?,?,?,?,? and plan_text_array[1:7] = ?,?,?,?,?,?,? and actual_text_array[1:7] = ?,?,?,?,?,?,?]; nested exception is org.postgresql.util.PSQLException: ERROR: ","またはその近辺で構文エラー
という文面です。
見ての通りではありますがSQLの記述に問題があるように思えます。
### 参考にしたもの
PostgreSQL 配列型
9.23. 行と配列の比較
見よう見まねでやってみましたが、いまいちできませんでした。
回答2件
あなたの回答
tips
プレビュー