Skip to content

APEX get Multiple entries FK

,i dont know what so search for my problem. I think its very simple, but i dont know about that 🙂 I have a Table where i listed all my “Groups/Teams” And then i have a Users Table where i list all the People: I use APEX 18.1 and have a Form with a List of Values, there i can

Replace NULL values with values from join results

I have a table where the value of a column can be NULL because those records have been created in the past. But now I would like to update those records. The tables are as follows: TABLE 1 id | …

JSON_AGG as Object not Array – PostgresSQL

I have the table “mytable” with many “bad” and “good” records: |id|good|hour | |1 |t |12:00| |2 |f |12:00| |3 |t |13:00| |4 |t |13:00| |5 |t |13:00| |6 |f |14:00| …. My current query …