Hope you can find the problem in the following SQL command:

delete from alarms where raiseTime = ( select MIN(raiseTime) from alarms)
limit 1 ;

raiseTime is of type BIGINT.

Reply via email to