![]() |
AW: Wie mit Feldern vergleichen, die (NULL) sind
Zitat:
![]() |
AW: Wie mit Feldern vergleichen, die (NULL) sind
Joar,
SQL-Code:
,
x IS NULL
SQL-Code:
oder
x IS NOT NULL
SQL-Code:
schon vor langer Zeit genannt wurden,
NOT (x IS NULL)
in manchen DBMS auch die Abkürzungen
SQL-Code:
oder
x ISNULL
SQL-Code:
x NOTNULL
und im Delphi-Code
Delphi-Quellcode:
oder
x.IsNull
Delphi-Quellcode:
.
not x.IsNull
|
Alle Zeitangaben in WEZ +1. Es ist jetzt 01:52 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz