Registriert seit: 26. Mai 2004
3.159 Beiträge
|
AW: MySQL Query eine Spalte Leer bzw. Null, Abfrage ?
1. Mai 2011, 23:39
Probier mal:
Code:
SQLSUCH := 'SELECT * from tbl_kunde WHERE KD_STATUS IS NULL';
»Remember, the future maintainer is the person you should be writing code for, not the compiler.« (Nick Hodges)
|