Hey Guys
Hoping there are some SQL Gurus here. I need some assistance (MySQL specifically):
Context; I have 2 tables:
Table 1
--------
Customer_id | Entries
1 | 3
2 | 4
3 | 2
Basically, I need to duplicate the Customer_id in Table 2 for each Entry they have. Hence Table 2 should look like...