Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

SQL Query

0 views
Skip to first unread message

ebingeo...@gmail.com

unread,
Apr 15, 2008, 10:55:05 PM4/15/08
to
I have three table with the following structure

DomainTechDetails(DomainID,DomainName, ....)
Domains(DomainID, CustomerID, ...)
Customers(CustomerID, CustomerName, .... )


how do i retrieve the First DomainName for All Customers?

Geoff Muldoon

unread,
Apr 16, 2008, 12:05:41 AM4/16/08
to
In article <a24dbac3-1908-473c-9865-
7ca83e...@t12g2000prg.googlegroups.com>, says...

How do you define "First"?

GM

gazzag

unread,
Apr 16, 2008, 7:04:29 AM4/16/08
to

Supply:

- the DDL to create the requisite tables
- the DML to populate the tables with sample data
- an example of what you've tried so far

This is the way to encourage the community to help you, grass-hopper.

HTH

-g

0 new messages