pull down to refresh
40 sats \ 1 reply \ @fiatbad 20 Feb \ parent \ on: When your last name is Null, nothing works tech
Sure, but.....
DELETE records where username is NULL ;
is not the same as:
DELETE records where username is 'NULL';
SQL treats the first one as true null, but it treats the second as the string 'NULL'.
Or am I taking crazy pills today???
That was my first thought too when I read the WSJ article, but who knows what shenanigans sw engineers can get themselves into
reply