Skip to content
Advertisement

Get count of records changing status

I am trying to figure the best way to get a count of how many times a record was sent back to the user (Status changed from 3 or 4 back to 1) this is what my data looks like ID record_id …

SQL – How to get the percentage of 2 sums

I am trying to get the CTR from uploads to clicks. How would I be able to get this percentage? I am currently using the code below and I receive 0 as a result (view attached img). SELECT …

SQL statement not appending to temporary table

To export displayed user data from a form to excel I create a temporary table and export that table. Normally this works however, in the case where I need to Query two different tables and export them …

Advertisement