⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

[help] relation between tables



mike jung
  • profile picture
  • Member

Posted 22 June 2015 - 02:49 AM

I have 3 table:
- table 1 include: (table1)
t1_1 (Pk)
t1_2
t2_1

- table 2 include: (table2)
t2_1 (Pk)
t2_2
t3_1
- table 3 include: (table3)
t3_1(Pk)
t3_2

I use set_table(table1)
I want to see t2_2 and t3_2 in one select
Please anyone help me

Paul Savostin
  • profile picture
  • Member

Posted 22 June 2015 - 13:14 PM

Hi! From your post I didnt understand anything. Can you share SQL dump or something more readable?