Jump to content

[SOLVED] multiple table query


rugzo

Recommended Posts

Hi All,

 

i have a qustion about using 2 tables ->

 

table a

email      ticketvolume

-------    ---------

[email protected]    10

[email protected]    13

[email protected]    12

 

table b

users

 

email          team

--------      -------

[email protected]    team a

[email protected]    team b

[email protected]    team a

[email protected]    teama 

 

------

here i have to count the ticket volum of team a. Is that possible to count the volume of team a in one sql query. It has to check how many tickets is handled by x person and then add the volume to the specific team to which he belongs to.

 

thanks...

Link to comment
https://forums.phpfreaks.com/topic/157677-solved-multiple-table-query/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.