Viewing 15 posts - 91 through 105 (of 114 total)
ooh srry man, i got it solved, Lynn's method works fine
May 3, 2007 at 1:37 pm
you could try somtin like this:
Members(Mem_ID,...........) Main Table
Item_Type(Type_id (S) (B), Item_Types) Lookup_Table> (S) shoes,(B) bikes
Item_Value(Item_Value_Id,Mem_ID,Type_id, IV_ID, Item_Attributes_Values)
Attributes_Values(AV_id, Type_ID, IV_Values) Lookup
>>lookup table Contains all possible Item Attributes arranged by Item...
May 2, 2007 at 4:03 pm
ooh sorry, what i'm actaully saying is that i want the function to return multiple columns (Multiple output value function).
May 2, 2007 at 3:50 pm
didn't work
it's dropping other rows
here's an example of my where clause
where
Patient_Current_Pregnancy_details
.Gestational_Age_weeks >=
May 1, 2007 at 12:05 pm
uhmmm excuse me lynn but if you should order the same product twice wouldn't that generate two seperate order number.
And why not just...
April 25, 2007 at 4:07 pm
have you tested it with: in ('St. Ann's')
the extra apostrophe is causing the prob
April 19, 2007 at 11:35 am
Try explicitly declaring your cursor as Local
April 13, 2007 at 11:18 am
Viewing 15 posts - 91 through 105 (of 114 total)