I'm an SMS administrator and I'm giving myself a crash course in SQL. This sounds like a really simple issue that some SQL guru can figure out in a flash.<BR><BR>I want to make a report that lists all ...
Suppose you want to display data contained in an array or collection in a table-like format, i.e., in rows and columns. You want to be able to choose which attributes to display. In addition, you want ...
I have a table that logs a record containing a userid, a fileid and a date, one record inserted every time that file is downloaded.<BR><BR>I want to get the top 10 downloads by count for a given date ...