0
I’m on a project, I have client table and work. A job has a client. I’ve already listed the tables, but I need to select that from the client id in the work table, return the client name.
I have to make a query to display in my php code.
Can someone please help me?