假设我有两个表用户和订单
表1:用户
users_id primary & auto increment
users_name
users_surname
表2:订单
orders_id primary & auto increment
orders_users_id foreign key
order_name
如何将users_id传递给orders_users_id?
每次用户订购order_users id时,我怎样才能建立连接?
感谢
答案 0 :(得分:0)
使用mysql /etc/php5/fpm/pool.d/www.conf
: -
inner join