Skip to content

SQL Test Queries NULL

David Lidström edited this page Nov 4, 2017 · 3 revisions

SQL Test Queries - NULL #001

  1. SELECT * FROM List1 WHERE Field1 IS NULL
<View>
    <Query>
        <Where>
            <IsNull>
                <FieldRef Name="Field1" />
            </IsNull>
        </Where>
    </Query>
</View>
Clone this wiki locally