Skip to content
Advertisement

Tag: mysql

Count Most donator SQL

I wanted to know how would i count most donated number for a person and how to make list from most donator to the lowest. Database looks like this : – Donated Amount – Payer Email – 10 123456@…

Calculate Duration of Two time

Hi I am new to my sql I am trying to compute the duaration of two time ex: timestart = 21:00 timeend = 03:00 result will be 06:00 my query is like this for compute but it gives me result of 18:00 I …

How to record who edited a table in my sql

Is there a function to automatically update a column specifying who created a new record in a sql table? Something similar to the timestamp, but that instead of the time it shows the user who has …

Advertisement