Re: Simple Query Help
From: BMartins (beatriz_at_pred.com.br)
Date: 02/03/05
- Next message: Jacco Schalkwijk: "Re: tool to write code which runs on the server"
- Previous message: Henrik Skak Pedersen: "Error in DELETE trigger"
- In reply to: Jeff York: "Simple Query Help"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 3 Feb 2005 13:47:18 -0300
UPDATE AM_Hist
SET Am_Hist.CM_ID= Xref_import_Comp.CM_ID
FROM AM_Hist, Xref_Import_Comp
WHERE AM_Hist.CM_ID=Xref_Import_Comp.Imp_Comp_ID
Regards
BMartins (Brazil)
"Jeff York" <JeffYork@discussions.microsoft.com> escreveu na mensagem
news:5996AEAF-42E2-47A2-B455-23CD037F22B8@microsoft.com...
> This should be an easy one for someone(Other than me!) Thanks for the
help!
>
> I am trying to accomplish the following:
>
> Update AM_Hist
>
> set Am_Hist.CM_ID= Xref_import_Comp.CM_ID
>
> where AM_Hist.CM_ID=Xref_Import_Comp.Imp_Comp_ID
>
>
> How do I need to reference the Xref_Import_Comp table? I know I am going
to
> slap my head after this..Thanks!
- Next message: Jacco Schalkwijk: "Re: tool to write code which runs on the server"
- Previous message: Henrik Skak Pedersen: "Error in DELETE trigger"
- In reply to: Jeff York: "Simple Query Help"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|