填空题 若要查询最近10天内参加工作的职工记录,查询条件为 1
  • 1、
【正确答案】 1、Between date()and date()-10    或Between date()-10 and date()
   Between now()and now()-10    或Between now()-10 and now()
   >=date()-10 and<=date()    或>=now()-10 and<=now()
   <=dateoand>=date()-10    或<=now()and>=now()-10    
【答案解析】