SELECT COUNT(*) ... only returns NULL ? #2842
Unanswered
Strange-Knoll
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Turns out NULL can have hidden data underneath it. the solution is to parse the column again if its initially Null. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have an issue with statements like SELECT COUNT(*) and SELECT SUM(*). I expected these queries to return INTEGER or REAL but instead they return a table whos column is COUNT(*) and whos value is NULL. Is there a way to get the data i'm expecting out of this query?
Beta Was this translation helpful? Give feedback.
All reactions