Hi,
I have total 2.5 billon rows in the 'Units' table and 1 billion rows in the 'Sales' table. when i am use below query then access is hang..
strquery = "select count(*) from Sales where bym in (SELECT distinct BYM FROM Units)
What is problem?
It is problem with In clause or what?
Thanks.
I have total 2.5 billon rows in the 'Units' table and 1 billion rows in the 'Sales' table. when i am use below query then access is hang..
strquery = "select count(*) from Sales where bym in (SELECT distinct BYM FROM Units)
What is problem?
It is problem with In clause or what?
Thanks.