Please take our Survey
logo       

Choosing A Webhost:
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation. more...

Re: SQL 101: msg#00024

db.squirrel-sql.users

Subject: Re: SQL 101

On 3/20/07, Tyrone Baseck <tyrone_bak@xxxxxxxxxxx> wrote:
> I will get help from the DBA on that query listed earlier. The one listed
> below works. Now, what is it doing:
>
> select * from MGD_REQ_HOLDG m inner join AUTH_REQ_ITEM_HDR a on
> m.REQ_ITEM_HDR_ID = a.REQ_ITEM_HDR_ID
> where a.auth_req_id
>
> Do I need to change the MGD_REQ_HOLDG in the first line to look at another
> table?

You are saying join tables MGD_REQ_HOLDG and AUTH_REQ_ITEM_HDR by
matching records where the field REQ_ITEM_HDR_ID in both tables is
equal. If you need columns from other tables, then you would add them
to your join. The where clause :

where a.auth_req_id

is incomplete. You should give a value for auth_req_id like :

where a.auth_req_id = 42

or not include a where clause at all (which could be quite a large
number, depending on the data)

>
> What is the lower case "m" and "a" for?

Table aliases are more convenient than using the entire table name.

>
> Why do you need to add a "a" to a.REQ_ITEM_HDR_ID instead of doing it
> without the "a"?

Both tables apparently have a column called REQ_ITEM_HDR_ID, so the
database doesn't know which one you are referring to. The table
aliases "m" and "a" tell it which one you mean.


Rob

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

Recently Viewed:
hardware.arm.at...    cms.citadel.dev...    video.gstreamer...    java.facelets.u...    misc.basics.qna...    web.wiki.instik...    network.uip.use...    xdg.devel/2003-...    tex.bibtex.bibd...    finance.quotesp...    ietf.zeroconf/2...    redhat.blinux.g...    suse.db2/2003-0...    php.phpesp/2004...    uml.devel/2003-...    gnome.labyrinth...    qnx.openqnx.dev...    boot-loaders.gr...    db.dataperfect....    audio.audacity....    linux.uclinux.m...    editors.j.devel...    os.openbsd.tech...    kde.users.multi...   
Home | advertise | OSDir is an inevitable website. super tiny logo

Free Magazines

Cisco News
Receive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business.
subscribe

Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field.
subscribe

The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business.
subscribe

Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe

Total Telecom Total Telecom is "The Economist of the communications industry".
subscribe

Navigation