Use NULL within IN Clause won’t work

Sql query

Cheav Sovannarith
Tech Epic
1 min readOct 2, 2019

--

Photo by Caspar Camille Rubin on Unsplash

An in statement will be parsed identically to field=value1 or field=value2 or field=value3. Putting a null in there will boil down to field=null which won't work.

I would do this for clairity

--

--