![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
In SQL Server is it possible to create an update inner join without use of slow IN or EXIST. In postgresql is it possible? |
#3
| |||
| |||
|
|
In SQL Server is it possible to create an update inner join without use of slow IN or EXIST. In postgresql is it possible? |
#4
| |||
| |||
|
|
In SQL Server is it possible to create an update inner join without use of slow IN or EXIST. In postgresql is it possible? |
#5
| |||
| |||
|
|
In SQL Server is it possible to create an update inner join without use of slow IN or EXIST. In postgresql is it possible? |
#6
| |||
| |||
|
|
In SQL Server is it possible to create an update inner join without use of slow IN or EXIST. In postgresql is it possible? |
#7
| |||
| |||
|
|
In SQL Server is it possible to create an update inner join without use of slow IN or EXIST. In postgresql is it possible? |
#8
| |||
| |||
|
|
In SQL Server is it possible to create an update inner join without use of slow IN or EXIST. In postgresql is it possible? |
#9
| |||
| |||
|
|
In SQL Server is it possible to create an update inner join without use of slow IN or EXIST. In postgresql is it possible? |
#10
| |||
| |||
|
|
Paolo Holzl wrote: In SQL Server is it possible to create an update inner join without use of slow IN or EXIST. In postgresql is it possible? using also a subselect il slow. Example update Tab1 b set FieldToUpdate = a.OtherField where exists (select a.Key, a2.key from a where a.key=b.key and a.key2=b.key2) |
|
work but is slow |
![]() |
| Thread Tools | |
| Display Modes | |
| |