view entry

Information


Title:
Untitled Description:
None Posted by:
zeitoun Added:
03:12:36 on Thursday, 8th of February, 2007 Source type:
MySQL Number of lines:
6 Number of hits:
3 Options:
Post change or solution to this entry
Copy URL to clipboard
Copy code to clipboard
Download as file
Entry control:
Edit entry
Delete entry
Related entries:

  • "Untitled" by zeitoun

Comments:
0 (Add / View all) Last 3 comments:
There are no comments for this entry.

Source code


1
2
3
4
5
6
select groupName from tblGroup where id not in (select distinct group_id from tblPersonGroup where person_id not in (1,2,3,4))