Hello! Help with the request. There are 2 tables
1. User list
user_id name
2. List of goods
id user_1 (user_id тот кто продает) user_2 (user_id тот кто покупает)
I need to select rows from table 2 with names (name) according to user_id. Help me to understand!