Einzelnen Beitrag anzeigen

mkinzler
(Moderator)

Registriert seit: 9. Dez 2005
Ort: Heilbronn
39.858 Beiträge
 
Delphi 11 Alexandria
 
#7

AW: Daten innerhalb einer Tabelle vervielfältigen

  Alt 28. Mai 2015, 14:16
Das habe ich berfürchtet

null ist nicht das selbe wie 0

SQL-Code:
Update tabelle tu
Set E=(Select E FROM tabelle tl WHERE tl.A=tu.A and tl.B=tu.B and tl.B=tu.B AND tl.G is not null),
    F=(Select F FROM tabelle tl WHERE tl.A=tu.A and tl.B=tu.B and tl.B=tu.B AND tl.G is not null)
WHERE tu.G is null;
Markus Kinzler
  Mit Zitat antworten Zitat