Displaying 2 results from an estimated 2 matches for "23602".
Did you mean:
2360
2006 Feb 21
6
Select articles from group with id ''1'' and id ''2''
I have to tables: "articles" and "groups". Between I have
article_groups as a jointable. Now I want to select every article who
is a member of group with id ''1'' and id ''2''. Whats best way to get
that?
Extract from schemas:
CREATE TABLE articles (
id int auto_increment,
ingress text NOT NULL,
story_text longtext,
constraint fk_items_users
2006 Dec 19
1
Sloooooow pop3 downloads
...OEXEC) = 0
14:18:07.261959 fcntl64(30, F_GETFD) = 0
14:18:07.262051 fcntl64(30, F_SETFD, FD_CLOEXEC) = 0
14:18:07.262142 fstat64(20, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
14:18:07.262270 clone(child_stack=0,
flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD,
child_tidptr=0xb7f4b708) = 23602
14:18:07.263480 fcntl64(16, F_GETFL) = 0x2 (flags O_RDWR)
14:18:07.263584 fcntl64(16, F_SETFL, O_RDWR|O_NONBLOCK) = 0
14:18:07.263668 fcntl64(16, F_GETFD) = 0
14:18:07.263753 fcntl64(16, F_SETFD, FD_CLOEXEC) = 0
14:18:07.263845 _llseek(16, 0, 0xbf968590, SEEK_CUR) = -1 ESPIPE (Illegal
seek)
1...