내가 SQL 콘솔에서 SAP의 HANA에서이 쿼리를 실행할 수없는 이유SAP HANA의 SQL : 준비 문
PREPARE stmt1
FROM select * from (select '12' as a from dummy) t1
where t1.a = ?;
오류 : 내가 저장 프로 시저 명령문을 준비하여 필요
Could not execute 'PREPARE stmt1 FROM select * from (select '12' as a from dummy) t1 where t1.a = ?' in 3 ms 339 µs . SAP DBTech JDBC: [257]: sql syntax error: incorrect syntax near "PREPARE": line 1 col 1 (at pos 1)
.