Ich bin kürzlich darauf gestoßen und habe die vernünftigste Lösung gefunden, um einfach alle UNSIGNED-Ints als SIGNED umzuwandeln.
SELECT *, ((1 / log(1301980250 - cast(date as signed)) * 175) as weight FROM news_articles ORDER BY weight
Ich bin kürzlich darauf gestoßen und habe die vernünftigste Lösung gefunden, um einfach alle UNSIGNED-Ints als SIGNED umzuwandeln.
SELECT *, ((1 / log(1301980250 - cast(date as signed)) * 175) as weight FROM news_articles ORDER BY weight