I can not do this at all.
It seems to be with the join, but when I try, it returns zero records.
I have the tables:
TB1, TB2, TB3, TB4, TB ... etc
All with PK (ID)
I tried this code:
SELECT ID
FROM TB1
inner join TB2 on (TB1.ID = TB2.ID)...
asked by
27.08.2018 / 15:43