私が使用する前に:
entityManagerFactory.createQuery("select p FROM Pays p where SUBSTRING(p.libeleClient, 0,1)
しかし、このクエリを使用すると:
entityManagerFactory.createQuery("select p FROM Pays p where SUBSTR(p.libeleClient, 0,1)
例外が発生します:(
SUBSTRING を SUBSTR で置き換えるのは誰ですか?