Hi all. I'm trying to update a column in table one with the values in table 2. Seems simple, but nothing is being updated. What am I missing? UPDATE <table1> SET <column1> = <column1> FROM <table1> T1, <table2> T2 WHERE T1.Columnx = T2.columnx There are values in <table2.column1.> but no values in <table1.column1>. After the UPDATE is run, there are still no values in <table1.column1> Thanks, Dan
- RE: What's wrong with this clause? Dan Weissmann
- RE: What's wrong with this clause? Rommel Relosa
- Re: What's wrong with this clause? Bill Downall
- Re: What's wrong with this clause? Manuel de Aguiar
- Re: What's wrong with this clause? Albert Berry
- RE: What's wrong with this clause? Troy Sosamon
