gpt4 book ai didi

javascript - 如何首先显示所有选中的值

转载 作者:行者123 更新时间:2023-12-02 19:54:53 25 4
gpt4 key购买 nike

我的数据表包含一个值列表,其中某些已检查。如何先显示所有选中的值,然后显示未选中的值

最佳答案

使用 order by 语句编写查询(isChecked 是您的 bool 值)

select * from table1 order by isChecked desc

关于javascript - 如何首先显示所有选中的值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8799616/

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