Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have the following query. The point of the query is to select data from a
table where the date is the most recent date. select * from pax.poa_132 P1 inner join (Select Max(ArchiveDate) as MaxDate from pax.poa_132)P2 on P1.ArchiveDate = P2.MaxDate and ACCOUNT_ALIAS = '1XA'; This query works in MySql Query broswer. I am trying to use this query to import data into Excel 2007. I have set up my odbc connection using MySql ODBC 3.51. When I get to the last step, to place the data into excel, I have the ability to edit the query. This pulls up Microsoft Query (which I have never used before). I click on the SQL button and add in the query above. I get this message: SQL Query can't be represented graphically. Continue Anyway? And then this error: Unknown column 'P2.MaxDate' in 'on clause' Thanks in advance for any help. Steve |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to query for the appearance of a data entry on multiple works. | Excel Discussion (Misc queries) | |||
Works in Microsoft Query, but not with QueryTables | Excel Programming | |||
ATTN: Works wdb files to Excel 2003 converter query | New Users to Excel | |||
Make table query works intermittently | Excel Programming | |||
formatting results from mysql query | Excel Programming |