Improving Comparison Operators and Window Functions

Posted on Simple Talk See other posts from Simple Talk
Published on Fri, 01 Apr 2011 18:00:00 GMT Indexed on 2011/06/20 16:34 UTC
Read the original article Hit count: 260

Filed under:
It is dangerous to assume that your data is sound. SQL already has intrinsic ways to cope with missing, or unknown data in its comparison predicate operators, or Theta operators. Can SQL be more effective in the way it deals with data quality? Joe Celko describes how the SQL Standard could soon evolve to deal with data in ways that allow aggregation and windowing in cases where the data quality is less than perfect

© Simple Talk or respective owner

Related posts about Performance