Jeg løb for nylig ind i dette og fandt den mest rimelige løsning til simpelthen at caste alle USIGNEREDE ints som SIGNED.
SELECT *, ((1 / log(1301980250 - cast(date as signed)) * 175) as weight FROM news_articles ORDER BY weight
Jeg løb for nylig ind i dette og fandt den mest rimelige løsning til simpelthen at caste alle USIGNEREDE ints som SIGNED.
SELECT *, ((1 / log(1301980250 - cast(date as signed)) * 175) as weight FROM news_articles ORDER BY weight