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