Viewing 2 posts - 1 through 2 (of 2 total)
SELECT largeTable.[field1], ...
FROM
largeTable
WHERE
exists(SELECT * FROM #tmpTable WHERE #tmpTabel.Number = largeTable.Number %10000)
If for each row in temp table only one matching row in the large table exists you could use
SELECT...
November 11, 2004 at 3:10 am
#529749
Hi,
I think that the same thing can be obtained in a much simpler and effective manner.
The problem consists in updating the IsSelected flag for all topics of a specific...
September 7, 2004 at 2:11 am
#521923