Re: SQL Division
- From: "Roger Carlson" <RogerCarlson@xxxxxxxxxxxxxxx>
- Date: Thu, 24 May 2007 09:05:06 -0400
Why would Jamie Collins want to impersonate Aaron K.e.m.p.f?
http://groups.google.com/group/microsoft.public.access/browse_thread/thread/a147071cee7fbd4f/c4ff024bd7652b5b?&hl=en#c4ff024bd7652b5b
--
--Roger Carlson
MS Access MVP
www.rogersaccesslibrary.com
<AaronKempff@xxxxxxxxxxxxxx> wrote in message
news:1179996365.944060.225650@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
On May 23, 2:51 pm, "Roger Carlson" <RogerCarl...@xxxxxxxxxxxxxxx>
wrote:
In Access, the only way you can have a Subquery in the FROM clause is to
surround the subquery with brackets ([]), NOT parenthases. The problem,
however, is that you CANNOT, then have any brackets in your subquery.
Oh yeah?
select *
from (
select OrderID, max(UnitPrice)
from [Order Details]
group by OrderID
) as t
I suppose this is an IMPOSSIBLE query that can just never be made to
work in Access? LOL
Want answers to your Access answer?
.
- Follow-Ups:
- Re: SQL Division
- From: Jamie Collins
- Re: SQL Division
- References:
- Re: SQL Division
- From: Roger Carlson
- Re: SQL Division
- From: AaronKempff
- Re: SQL Division
- Prev by Date: Re: Help with Query
- Next by Date: Need help with ridiculous query situation.
- Previous by thread: Re: SQL Division
- Next by thread: Re: SQL Division
- Index(es):
Relevant Pages
|