Preserved Topic: Another SQL question... |
|
---|---|
Author | Thread |
Maniac (V) Inmate From: under the bed |
posted 02-08-2003 02:14
Ok, I'm going nuts here...and I'm sure it's because I'm being thick... |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 02-08-2003 02:43
basically it should be |
Maniac (V) Inmate From: under the bed |
posted 02-08-2003 03:26
That was one of the first things I tried, and it hasn't worked. It turns up some odd associations, and I havnet' quite figured out how it's making those...incorrect...associations. Appreciate the feedback though...at least shows that I wasn't so far off in my original thinking =) |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 02-08-2003 03:48
DL: OK try something like: code: SELECT *
code: $current_sub_cat = $row[sub_cat_id];
|
Maniac (V) Inmate From: under the bed |
posted 02-10-2003 01:08
Ok, so it seems that what was tripping me up was 2 things - not being specific enough in my WHERE statement, and not properly setting my ORDER BY. code: select |