Home > database >  Add records to the mysql subqueries
Add records to the mysql subqueries

Time:09-17

There are three table

A user table

B form

C game table


How to achieve the goal of the record table inserted in b
Integration is the money in the c field
User id is a user id to get a c to match the where id and then get into mobile field

How do you write statement?

CodePudding user response:

The select c.i d, arjun obile, c. oney
Into b_t
The from c_t c join a_t a on c.i d=Anderson d

  • Related