Answer the question
In order to leave comments, you need to log in
Database, join both columns from different tables?
I have 2 tables, suppose the first one (Has columns: id, message, updated_at, created_at):
table_1 -> id, message, updated_at, created_at
And the second one (Has columns: id, table_1_id, message, updated_at, created_at):
table_2 -> id, table_1_id, message, updated_at, created_at
id: "1", message: "my-name-is-andrey", updated_at: "00/00/00 00:00:00", created_at: "00/00/00 00:00:00"
id: "1", message: "hi-andrey-!", updated_at: "00/00/00 00:00:00", created_at: "00/00/00 00:00:00"
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question