我有一个表有列- id(int) , date(DateTime) , value(float) 。我想输出所有 id=2. 我为此编写了以下sql查询,查询运行良好: select cast(date as date), ...
確定! 回上一頁