Viewing 15 posts - 16 through 30 (of 66 total)
Great!
Thanks again (for getting carried away)!
August 16, 2007 at 8:49 am
Thanks Andras!
why do I have the feeling that it should be
FLOOR(AVG(...
and not
AVG(FLOOR(...
?
again... just a feeling
August 16, 2007 at 8:02 am
Ok, deleted and inserted, not updated
That worked well
Thanks for the help!
August 9, 2007 at 4:47 am
I am not really expert in SQL, but i did that, i get numbers:
Index seek cost
RID lookup cost
so I guess if these are high, then it' not good?
and of course...
August 9, 2007 at 2:27 am
mmmm not sure... it's a pre-written application, and I can't change much in the core code.
Can you give an example of what it would be?
tx!
August 6, 2007 at 10:20 am
Actually, I think i complicated the question
I would like a count of the articles, grouped by article, no matter the store... but if i...
August 6, 2007 at 9:44 am
this could be good, but it will give me results under the following format:
st1count st2count st3count
article1 10 0 0
article2 0 20 0
article3 0 0 ...
August 6, 2007 at 9:15 am
ok, here it is:
table:
john , SMS, 55533366
john , email, j@j.com
mike , SMS, 22663355
mary , email, m@m.com
the output would be in the view that has 3 columns: id, SMS,...
July 18, 2007 at 1:29 am
and what if i know how many contacts type i have? actually right no i only have 2...
July 17, 2007 at 3:51 pm
AHA! BUT...
what if i dunno the exact number of products to be tested?
i.e in may interface, the user can enter 1 to 3...
June 26, 2007 at 11:14 am
well clientsproducts.product in ('xxx','yyy','zzz') means that the client should have any of the 3 products, while I want him to have the 3 of them, i.e I want to find 3...
June 22, 2007 at 10:24 am
i will rephrase with and example
i need to search for all clients who have a given list of products
so i'm searching in my...
June 22, 2007 at 10:12 am
Viewing 15 posts - 16 through 30 (of 66 total)