On 12/2/20 4:23 PM, raf wrote:
On Wed, Dec 02, 2020 at 02:08:41PM -0800, Adrian Klaver
wrote:
On 12/2/20 2:02 PM, Thomas Kellerer wrote:
guy...@icloud.com schrieb am 02.12.2020 um 21:27:
The Halloween problem is that it is a challenge for the database if
you’re updating a field that is also
On Wed, Dec 02, 2020 at 02:08:41PM -0800, Adrian Klaver
wrote:
> On 12/2/20 2:02 PM, Thomas Kellerer wrote:
> > guy...@icloud.com schrieb am 02.12.2020 um 21:27:
> > > The Halloween problem is that it is a challenge for the database if
> > > you’re updating a field that is also in the WHERE clau
On Wed, Dec 02, 2020 at 11:02:07PM +0100, Thomas Kellerer
wrote:
> guy...@icloud.com schrieb am 02.12.2020 um 21:27:
> > The Halloween problem is that it is a challenge for the database if
> > you’re updating a field that is also in the WHERE clause of the same
> > query.
> >
> > I just saw a p
On 12/2/20 2:02 PM, Thomas Kellerer wrote:
guy...@icloud.com schrieb am 02.12.2020 um 21:27:
The Halloween problem is that it is a challenge for the database if
you’re updating a field that is also in the WHERE clause of the same
query.
I just saw a presentation from someone about how in SQL Se
guy...@icloud.com schrieb am 02.12.2020 um 21:27:
The Halloween problem is that it is a challenge for the database if
you’re updating a field that is also in the WHERE clause of the same
query.
I just saw a presentation from someone about how in SQL Server he
recommended writing changes to a tem
guy...@icloud.com writes:
> The Halloween problem is that it is a challenge for the database if you’re
> updating a field that is also in the WHERE clause of the same query.
> I just saw a presentation from someone about how in SQL Server he recommended
> writing changes to a temp table and then
The Halloween problem is that it is a challenge for the database if you’re
updating a field that is also in the WHERE clause of the same query.
I just saw a presentation from someone about how in SQL Server he recommended
writing changes to a temp table and then writing them to the table as bein