Posts by xcasluw • 3 points
1 post
-
0
votes1
answer60
viewsQ: How to bring data from another table related to an id_user (JOIN??)
I have the following tables: Users And investments The investment table has the user id. I’m already able to register. How do I show the investments made by a user on the screen? I’m already able to…