早教吧 育儿知识 作业答案 考试题库 百科 知识分享

我用delphi+access做按时间段查询,语句是这样写的result:=result+'('+fieldstr+'>=#'+s+'00:00:00'#+')and('+fieldstr+'

题目详情
我用delphi+access做按时间段查询,语句是这样写的result:=result+'('+field_str+'>=#'+s+' 00:00:00'#+') and ('+field_str+'
▼优质解答
答案和解析
btime := s;
etime := s + ' 23:59:59';
str := format('%s >= ''%s'' and %s