Folks, I have an Azure table with a "column" (property) that corresponds to an int? property of a class, so the value is not present in some rows. All queries on this column produce no matches. Even something like "MyProp ge 0" produces nothing although there are rows with such values. I thought the table query worked a bit like a SQL query so that it ignores nulls but will still match values where present. Can anyone explain why this is so? -- *Greg K*