Avatar

Question about the notification about inactivity for Micha (Technics)

by Micha ⌂, Thursday, May 12, 2022, 19:28 (714 days ago) @ Auge

Hello,

In both cases I get a warning.

I think, it is a auto-cast problem. Please use the data base table instead of this query. Check out the true result using

SELECT
    `last_login`,
    (`last_login` - (NOW() - INTERVAL 3 YEAR))
FROM `mlf2_userdata`
WHERE `user_lock` = 0
    AND `user_type` = 0
    AND `inactivity_notification` = FALSE
ORDER BY `last_login` ASC;

/Micha

--
applied-geodesy.org - OpenSource Least-Squares Adjustment Software for Geodetic Sciences


Complete thread:

 RSS Feed of thread