Update table with SQL
- From: "Roger Svensson" <roger.svensson@xxxxxxxxxxxxx>
- Date: Tue, 22 Aug 2006 09:54:35 +0200
Hi,
I have a SQL query that works fine on an SQL server database but not on an
equivalent Access database. Can anyone please help me tune the query to
function in Access?
The query looks like this:
update TABLE1 set Column1 = (select count(*) from TABLE2 where("Column2"=2))
/Roger
.
- Follow-Ups:
- Re: Update table with SQL
- From: giorgio rancati
- Re: Update table with SQL
- From: Allen Browne
- Re: Update table with SQL
- Prev by Date: Re: Using a table to fill an other table
- Next by Date: Re: Using a table to fill an other table
- Previous by thread: Rounding to nearest 1000
- Next by thread: Re: Update table with SQL
- Index(es):
Relevant Pages
|