How to translate this sql code into jpql?

前端 未结 0 1236
鱼传尺愫
鱼传尺愫 2021-01-24 17:42

For more precision here is the code of my SQL statement:

(SELECT COUNT(*) + 1
  FROM (SELECT DISTINCT [Classe],[Moyenne] FROM [tblElèves] AS T2 WHERE [Classe] = [         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题