Skip to content

Tag: mysql

Showing multi row in one row

I am developing a page where I have to show all the jobs of an employee with a work number and the total of each type of hours in each work I can display it, but, my problem is when the employer …

Select within the same table

I’m studying SQL statements and i got stucked in this scenario. The problem is to select data that has associantion column with another in the same table, the result that i want is to select ” Name …