hi everyone
i'm doing a work on optimizing db-queries.
my test-db has the following tables:
create table r (a int, b int);
create table s (a int, d int, e int),
create table t (d int, f int);
these are filled with 1 million pseudorandom numbers.
my query is as follows:
select *
from r,s,t...
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.