![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
However, when the query with the incorrect column name (Query A) is embedded in a where clause, column validation does not happen, no error is displayed, and PGAdmin apparently ignores the where clause all together, resulting in complete data deletion, as if there were no where clause: Begin; Delete from testorder where patientorder_key in (Select patientorder_key from patientorder where visit_key = 250314 and provider_key = 301); End; |
![]() |
| Thread Tools | |
| Display Modes | |
| |