php - Connect to table of a database -


how connect 2 tables of database, 1 column in common each other?

table1-> id        table-2 -> id    213                  213 123                  123 

mysql:

select    table1.*,   table2.*    table1    left join table2      on table2.id = table.id  

Comments

Popular posts from this blog

Command prompt result in label. Python 2.7 -

javascript - How do I use URL parameters to change link href on page? -

amazon web services - AWS Route53 Trying To Get Site To Resolve To www -