• #social 2017-10-30
  • Prev
    Next
  • #social
#social ≡
  • ←
  • →
2017-10-30 UTC
# 20:09
puckipedia
so if I have a SQL table e.g. main_table (id int primary key, name text) and another table sub_table (id int primary key, main_id int references main_table(id), other_value int, other_other_value int)