Viewing 15 posts - 1 through 15 (of 23 total)
It is pretty close!
The reason for 61 not support to return bacause:
1. The M 61 does have two groups which are exect the same as it assoicated catgory
2. Hower the...
March 11, 2014 at 4:01 pm
What I exect is something like
Select record_id
from Security_assignement
Join....
where ........
The the return is
494
Thanks!
March 7, 2014 at 2:49 pm
Bacause from business operation, if the Matter and its assoicated Category assigned with exact groups, there is something wrong. That's why I need find all of those Matter(s).
It is not...
March 7, 2014 at 9:58 am
How can I write a query to find out the record of 494 from Security_assignement table?
Bacause 494(Matter) has relatitionship with 12406(category), and both of them has exact groups associciate with...
March 6, 2014 at 5:10 pm
How can I create a qurey to find the record like 494 in security_assignement table. Bacasuse it has exactly records of group numbers as it asssociated Category(12406)
Matter 494 related with...
March 6, 2014 at 3:58 pm
Sorry my lazy work and thank a lot the patient!
here is the script
CREATE TABLE [dbo].[matter](
[matter_id] [int] NOT NULL,
[category_id] [int] NOT NULL,
[r_type] [char](1) NOT NULL
)
insert into matter (matter_id, category_id, r_type)
values
(61,...
March 6, 2014 at 1:10 pm
First, thanks again all respondings!
Second this is not a homework from school. I greatly simplified the table structure. We have a security setup challenge. I need to find out...
March 4, 2014 at 2:54 pm
Thanks your both's responding!
The Matter has relationship with Category.
The goal it to find the record which the Matter and Category(this category related with the Matter) has exact the Group(s) assignment...
March 4, 2014 at 12:50 pm
You are all correct!
The third table has duplics.
If the third table has duplics, is that possible eliminated the duplic return?
Sorry, my initial information didn't provide the accurate situation.
Thanks,
July 26, 2012 at 9:03 pm
Here is what I received:
John Anderson, City1, 55555
John Anderson, City2, 66666
John Anderson, City1, 77777
John Anderson, City2, 88888
Mary Anderson, City1, 55555
Mary Anderson, City2, 66666
Mary Anderson, City1, 77777
Mary Anderson, City2, 88888
Thanks!
July 25, 2012 at 9:57 pm
Great to understand those two different tools more.
Thanks a lot!
June 11, 2012 at 7:33 pm
That's exactly what I am looking for and thank a lot!
June 11, 2012 at 7:31 pm
In this case, there is no reason to use VS for report. Is that true?
Thanks!
June 11, 2012 at 1:51 pm
Viewing 15 posts - 1 through 15 (of 23 total)