Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 data from multiple temp tables

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2000-08-26 : 07:01:12
vinay writes "i have 9 temp tables in a stored proc. the 1st table has some userid's the rest of the 8 tables have userid's and 2 more cols each like t_count and t_duration , c_count and c_duration, e_count and e_duration etc, which are all int fields. now i want a single table from all the 8 tables which may have different userids but are present in the 1st table. the final table should have the cols t_count,t_duration,c_count,c_duration,e_count,e_duration.

can you please help me.

thanks
"

   

- Advertisement -