Il 09/08/19 16:50, Luca Ferrari ha scritto:
On Fri, Aug 9, 2019 at 2:29 PM Moreno Andreo wrote:
Hi all,
I don't know if that's the heat burning my brain but I can't find a
solution to what seemed a simple operation to me.
I have 3 tables
create table t_all
{
id uuid,
ref_id uuid (FK
On Fri, Aug 9, 2019 at 2:29 PM Moreno Andreo wrote:
>
> Hi all,
> I don't know if that's the heat burning my brain but I can't find a
> solution to what seemed a simple operation to me.
>
> I have 3 tables
> create table t_all
> {
> id uuid,
> ref_id uuid (FK to t_ana.id)
> };
> create ta