Tagged Questions
2
votes
1answer
193 views
What is the best way of storing trend data?
I am currently building an application where I am importing statistical data for (currently) around 15,000 products. At current, if I was to maintain one database table for each day statistics from ...
1
vote
1answer
214 views
Calculating increasing or decreasing trend over time in MySQL
I have a table store_visits with the following structure:
store_visits:
store_name: string
visit_count: integer
visit_date: date
My goal is to create a query that for each store and a given date ...
0
votes
2answers
907 views
SQL CODE to do: Trending topics equals a twitter
If i wants count the matching words in a rows of two tables, with milions of rows, sample:
Table posts, sample:
+----+---------+-----------------------------+
| ID | ID_user | text ...