Comments

You must log in or register to comment.

SaltyNewEnglandCop t1_jb3jgbk wrote

If the column that says “statute” says null, chances are there was a warrant for their arrest.

Or they were arrested for narcotics and are awaiting results to confirm it was an illegal substance.

0

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