count() function cannot be divided in sqlite Ellen Hollington 3 years ago I am new to SQLite. When I use MySQL, it’s reasonable to use count(*)/5. However, in SQLite, I try to calculate count(Name)/5 but the result shows zero. I don’t know why this won’t work. Is there any way to calculate this?