私はちょうどこれをやった:
Delete FROM MyTable WHERE ScopeValue = ""
Delete FROM G_Scope WHERE ScopeValue is ''
Delete FROM G_Scope WHERE ScopeValue = empty
Delete FROM G_Scope WHERE ScopeValue is empty
ScopeValue 列に空のエントリがある xml フィールド (null 不可) を持つすべての行を削除したいのは、ゼロ文字を意味します。
誰でも知っていますか?