Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL syntax help with a subquery
Message
From
30/11/2006 19:02:12
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
SQL syntax help with a subquery
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows NT
Database:
MS SQL Server
Miscellaneous
Thread ID:
01173944
Message ID:
01173944
Views:
56
Hello all,

I'm hoping to get some assistance on a specific SQL query. Here's a simplified version of the two tables it is working off:

Table A (parent)
a_pk (pk)

Table B (child)
b_pk (pk)
b_afk (fk to parent)
b_area (area)
b_name (non-unique name)

Problem: I am trying to write a query that returns the name (b_name) of the largest child (b_area) for all parent records.

Any help is most appreciated!
Next
Reply
Map
View

Click here to load this message in the networking platform