Hi,
I have a TABLE with many rows (about 1000 000) I want to get all the fields that have the value on colum A null.
Field A is integere and is indexed with a default btree.
My query is:
"SELECT * FROM table WHERE A is null"
this takes forever and eventualy returns nothing even if i do a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.