Viewing a single comment thread. View all comments

morbidpete84 t1_jb3ryv8 wrote

null is usually used in information systems (most likely in this case a SQL server of whatever flavor to contain the data displayed on the site) that’s means nothing, invalid, no data etc.

So in this case, that particular field of data for the page contains no data an thus returns “null”

-source: I have typed on a keyboard once or twice

15