我有这两张桌子:
margin: auto;
我需要先按日期排序,然后按顺序排序。我试过这个但不行:
* {
margin: 0;
padding: 0;
}
html, body {
position: absolute;
top: 0;
width: 100%;
height: 100%;
}
#hand {
position: absolute;
display: block;
bottom: 0;
height: 400px;
width: 100%;
text-align: center;
padding-bottom: 60px;
}
.card {
text-align: left;
bottom: 0;
display: inline-block;
width: 200px;
height: 150px;
padding: 30px;
box-shadow: 0 0 0 3px rgb(200,200,200);
border-radius: 10px;
margin: 0 20px;
float: left;
}
任何帮助?
答案 0 :(得分:0)
根据您的示例代码,您尝试按' due_date'排序。从表B开始,但列实际上命名为' date'。你没有确切地说出你所遇到的问题,但我首先要解决这个不匹配的问题 - 最好将这个专栏重命名为' date'是mySQL中的保留字,使用它本身可能是一个问题。