Deruvian
Lord Nagafen Raider
- 720
- 142
I am running a query in Access to an odbc linked table.
The query is as such:
SELECT sysdba_SALESORDER.SALESORDERID
FROM sysdba_SALESORDER
WHERE
sysdba_SALESORDER.SALESORDERID)="QWKHAA01RSFT") );
The result is this:
QWKHAA00F451
To me, this is like 1+1 = 3. This query only exists because I joined this table with another dataset on the SalesOrderID field and the result looked funny so I picked QWKHAA01RSFT to spot check and my result is a completely different ID. How is this possible? The entire clip of data from the original join had given me funky results, I would assume that this would be pervasive if I did more searches.
The query is as such:
SELECT sysdba_SALESORDER.SALESORDERID
FROM sysdba_SALESORDER
WHERE
The result is this:
QWKHAA00F451
To me, this is like 1+1 = 3. This query only exists because I joined this table with another dataset on the SalesOrderID field and the result looked funny so I picked QWKHAA01RSFT to spot check and my result is a completely different ID. How is this possible? The entire clip of data from the original join had given me funky results, I would assume that this would be pervasive if I did more searches.