Viewing 7 posts - 31 through 37 (of 37 total)
hi
thank you very much, it worked just fine
carlos a. cachulo
October 27, 2008 at 11:17 am
Matt Miller (3/11/2008)
update CL
set u_resp=EVALOR
from cl
inner join ...
March 11, 2008 at 10:52 am
could help!!
SELECT re.no as NO, sum(re.etotal)as EVALOR from re (nolock) where chdata > getdate() group by re.no
* RETURNS THIS*
NO ...
March 11, 2008 at 10:50 am
i started with this
update cl
set u_resp= (SELECT re.no as NO, sum(re.etotal)as EVALOR from re (nolock) where chdata > getdate() group by re.no)
from cl (nolock),re (nolock)
where cl.no = re.no
March 11, 2008 at 10:43 am
i.m a newbie at this,
so lets start from the begining, i´ve this two tables CL and RE
In the CL table í´ve this field CL.U_RESP witch needs to by update...
March 11, 2008 at 10:39 am
sorry, wrong paste
Msg 102, Level 15, State 1, Line 7
Incorrect syntax near 'EVALOR'.
March 11, 2008 at 10:21 am
Viewing 7 posts - 31 through 37 (of 37 total)