Greetings,
My apologies for forgetting to use the pre tag. Olaf, thank you. I figured out what I need to do. I don't need user id in this case. Thanks very much. I will share in case others need to do something like this.
This counts totals of individual file downloads:
SELECT
p.id...
Greetings. I have 3 tables below. One shows 'posts' The second shows 'file_logs' It stores records of each time a file is downloaded. The third shows 'relationships' between posts and files. Usually two files are connected to 1 post.
I would like to show sums of 'file ids' grouped by...
Greetings,
I have a search engine working well which uses a Repeater control to display results. I need to be able to have the results (using repeater) show on a separate page using Response.Redirect or something similar.
The search button code is below. Thanks.
protected void...
Greetings,
I have a search engine working well which uses a Repeater control to display results. I need to be able to have the results (using repeater) show on a separate page using Response.Redirect or something similar.
The search button code is below. Thanks.
protected void...
Greetings,
I have 2 tables: "ThreeFloors" and "FourthFloor". I have 3 queries which work well individually. One of the queries combines rows from both tables where Date and Hour columns match. Another query shows only rows from the ThreeFloors, and the third query shows only rows from the...
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.