gpt4 book ai didi

SQLite:如何从出生日期计算年龄

转载 作者:IT王子 更新时间:2023-10-29 06:19:54 24 4
gpt4 key购买 nike

在 sqlite3 中从出生日期计算年龄的最佳方法是什么?

最佳答案

您可以将日期转换为 float 并减去...

cast(strftime('%Y.%m%d', 'now') - strftime('%Y.%m%d', dob) as int)

…其中 doba valid SQLite time string .

关于SQLite:如何从出生日期计算年龄,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3123951/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com