Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Aiuto query filtro su due tabelle Master e Details
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Riddler ?  
View profile   Translate to Translated (View Original)
 More options Nov 11, 7:53 am
Newsgroups: microsoft.public.it.sql
From: "Riddler ?" <mg.ridd...@gmail.com>
Date: Wed, 11 Nov 2009 04:53:53 -0800 (PST)
Local: Wed, Nov 11 2009 7:53 am
Subject: Aiuto query filtro su due tabelle Master e Details
Buon giorno a tutti,
vorrei poter filtrare una tabella Master attraverso una classica query
la quale polopa a sua volta un'altra tabella FilterMaster.

Una volta popolata FilterMaster vorrei recuperare in Details tutti i
record che si riferiscono a Master alltraverso il campo master_id.

E' possibile effettuare una sorta di
SELECT *
FROM Details
WHERE Details.master_id IN FilterMaster

grazie anticipatamente

--
Riddler ?


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
dawn  
View profile  
 More options Nov 11, 8:17 am
Newsgroups: microsoft.public.it.sql
From: dawn <pgfi...@gmail.com>
Date: Wed, 11 Nov 2009 05:17:12 -0800 (PST)
Local: Wed, Nov 11 2009 8:17 am
Subject: Re: Aiuto query filtro su due tabelle Master e Details
On 11 Nov, 13:53, "Riddler ?" <mg.ridd...@gmail.com> wrote:

SELECT * FROM Details INNER JOIN FilterMaster on Details.master_id =
FilterMaster.master_id

La "inner" join già effettua il "filtro" che a te interessa; controlla
sui BOL i differenti comportamenti delle "outer" join


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Riddler ?  
View profile   Translate to Translated (View Original)
 More options Nov 11, 8:21 am
Newsgroups: microsoft.public.it.sql
From: "Riddler ?" <mg.ridd...@gmail.com>
Date: Wed, 11 Nov 2009 05:21:24 -0800 (PST)
Local: Wed, Nov 11 2009 8:21 am
Subject: Re: Aiuto query filtro su due tabelle Master e Details
On 11 Nov, 14:17, dawn <pgfi...@gmail.com> wrote:

> On 11 Nov, 13:53, "Riddler ?" <mg.ridd...@gmail.com> wrote:

> SELECT * FROM Details INNER JOIN FilterMaster on Details.master_id =
> FilterMaster.master_id

> La "inner" join già effettua il "filtro" che a te interessa; controlla
> sui BOL i differenti comportamenti delle "outer" join

AZZ!
avete ragione :-(

Oggi sono particolarmante "dellà" ...
verissimo INUTILE tentare cose astruse ;-)

Grazie mille!

saluti

--
Riddler ?


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google