Viewing 5 posts - 1 through 5 (of 5 total)
Wavesailor (5/18/2012)
...Does anyone know how to do this in mySQL?
Can anybody help?
I figured it out. So here is the answer in case someone else is looking for it.
Your driving...
May 21, 2012 at 11:11 am
Hi,
Thanks for article.
Does anyone know how to do this in mySQL? - I have some data in a mySQL DB and would love to view it.
I was able to convert...
May 18, 2012 at 6:18 am
Thanks for article and comments - I learnt a lot.
In MySQL 😀 this is the fastest by far:
SELECT
CustomerId
FROM Purchase
WHERE ProductCode IN ('A','B', 'C')
GROUP BY CustomerID
having sum(case when...
March 29, 2012 at 4:23 am
Hi,
I'm a bit of a newbie - so I've seen SQL has the ability to do Full Text Searching. I've never used it but why did you not use it?...
April 11, 2007 at 10:11 am
Hi Farrell,
Did you ever find a solution to your problem? I'm asking because I'm looking for something pretty much the same as what you are looking for.
Thanks,
Grant
April 6, 2006 at 12:38 pm
Viewing 5 posts - 1 through 5 (of 5 total)