MySQL specific query requirement and data transferring

11 Views Asked by At

we have two tables users having id f_name,l_name,address,contact and we have second table users_vs(id,first_user_id,second_user_id) how we will by submitting value of users form value how we can get in the second table record like this in first 2 entries first_user_id having 1, second_user_id having 2 and so on also draw the structure please help in query.

0

There are 0 best solutions below