MySQL Lists: mysql: insert/select for multiple tables...

MySQL Lists: mysql: insert/select for multiple tables...

瀏覽:567
日期:2025-06-14
hi... trying to figure out how to structure an insert/select for a multiple table situation... sort of... insert table1, table2 (table1.item1, table1.item2, table2.item1,...) select a.q1, b.q2 from a1 left join a2 on a2.t=a1.t where a2.r='4'; i can't seem...看更多