Hi all!
Lets see if someone could help me with this...
Database: Access 2000
Indexes for log table: Ix(A,B,C,D) PrimaryKey(D,B,A,C)
I cannot change the index, so I have to use those ones
When im running this query:
SELECT A,B,C,D FROM log WHERE A='a' AND B='b' AND C='c' AND (D<d1) AND E>=...
Hi all!
Well lets see if someone could help me a little bit and give me some guidelines about what can i do...
Database: Access 2000
Rows: 1.8Millions
LD = is a Date
There are no relationships.
The database is like this:
SN GN VN LD LV LQ LA...
Hi all!
I was wondering if someone could help me a little with this query.
My intention is to use a Self join but i'm not transforming the query properly.
Database: Access 2000
My actual query is like this:
SELECT l.SN, l.VN, l.GN, l.LD
FROM l
WHERE (((l.SN)='X') AND ((l.VN)='Y') AND...
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.