How to LEFT JOIN with tables without association depending on column value

前端 未结 0 1978
无人共我
无人共我 2021-01-23 01:50

The objective is to implement the next SQL using JPA:

SELECT f.id as id, f.entity_name as entity_name, f.entity_id as entity_id,
   CASE f.entity_name
      WHEN          


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