2
I have 4 tables:
as shown in the images, all tables have a common field, calledid_, and also with a common value, 8. This field is not marked as UNIQUE or another type, it is a normal tinyint field. The problem is that I am not able to come up with any SQL command with INNER JOINS that captures ALL (*) the data of the 4 tables where this id_called (8) is equal.
Thank you very much!
– Alan
Hey, buddy. Another quick fix.. your query worked, but when I query it returns this message: "Current Selection does not contain a Unique column. Grid Edit, checkbox, Edit, Copy and Delete Features are not available" and the data returns all together, one next to the other, without skipping line. In the solution just I mark the id_called field as Unique ?
– Alan