I have 4 tables:
TB_OS_ELETRONICA:
TB_OS_MECANICA:
ETB_OS_INFORMATICA:
As shown in the screenshots, all tables have one field in common, the call_id, and also with a common value, 8. This field is not marked UNIQUE and no other type is a normal tinyint field. The problem is that I am not able to write any SQL statement with INNER JOINS that captures ALL (*) the data of the 4 tables where this call_id (8) is equal.