Hi all,
Given the query below...
select Sum(Price), Max(PurchaseCurrency)
from ShoppingCartItems
where PurchaseCurrency is not null
group by PurchaseCurrency
...how could I also get a text field containing all the ItemIDs (the ID column of ShoppingCartItems) for the grouped rows? I'd like to...
Hi,
I'm trying to write (or find) an application library which I can call from .Net web pages to take an uploaded MP3, extract the first 40 seconds from it and (most importantly) fade the volume out over the final 10 seconds.
It's for a music site I'm working on where artists upload there own...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.