Skip to content

COUNT NULL issue #73

@KyGost

Description

@KyGost

Weird issue; for:

INSERT INTO Item (id, quantity, age) VALUES
  (1, 10, 11),
  (2, 0, 90),
  (3, 9, NULL),
  (4, 3, 3),
  (5, 25, NULL);

This:

SELECT COUNT(age) FROM Item

Returns 5; expecting 3

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions