84669 personnes étudient
152542 personnes étudient
20005 personnes étudient
5487 personnes étudient
7821 personnes étudient
359900 personnes étudient
3350 personnes étudient
180660 personnes étudient
48569 personnes étudient
18603 personnes étudient
40936 personnes étudient
1549 personnes étudient
1183 personnes étudient
32909 personnes étudient
我对数据库中的数据进行倒序排序,比如A表中的b列。 select * from A order by b desc 如果b中存在空值,我可以以用nvl处理 如果在python中怎么办呢? A.object.filter(id=id).order_by(-b) 我怎么处理这个空值呢?有没有类似的给b付空值的方法?请大神帮忙!!
走同样的路,发现不同的人生
默认的话,空值会排在前面。如有别的需求,Python中的sorted可以指定排序函数,你自己写一个排序函数就行。
sorted
默认的话,空值会排在前面。如有别的需求,Python中的
sorted
可以指定排序函数,你自己写一个排序函数就行。