This question shows research effort; it is useful and clear
2
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
需要帮忙...
如何将此 SQL 查询转换为 HQL:
select "row" from (select rownum as "row", globalId from globalTable where valid='T') where globalId = "g123";
globalTable :
globalId _ valid
g000 _ T
g111 _ F
g222 _ T
g123 _ T