How I created my first APEX Template Component
You know how you always put a big list of fancy things you want to explore right after attending an Oracle APEX conference? I am not an exception and my list is rather big I must admit. After attending Apex Alpe Adria in Zagreb back in April and list...
blog.apexapplab.dev8 min read
Ryszard Barski
Very interesting article, but I wonder where I should put this code:
-- Plamen Mushkov (51')|Zlatan Ibrahimovic (70') select LISTAGG(scorer, '|') WITHIN GROUP (ORDER BY goal_time asc) home_team_scorers from games group by game_id, team_id