Registriert seit: 16. Jan 2004
Ort: Bendorf
5.219 Beiträge
Delphi 10.2 Tokyo Professional
|
AW: Firebird Feld mit foreign key "0" anstelle von NULL
30. Jul 2018, 18:41
Hab ich was verpasst oder würde ein einfaches
Code:
UPDATE
tabelle
SET
fk_feld = null
WHERE fk_feld = 0
nicht das Problem lösen?
Michael "Programmers talk about software development on weekends, vacations, and over meals not because they lack imagination,
but because their imagination reveals worlds that others cannot see."
|