摘要:
private void simpleButton1_Click(object sender, EventArgs e) { SaveFileDialog saveFileDialog = new SaveFileDialog(); saveFileDialog.Title = "导出Excel"; 阅读全文
摘要:
(7)查询日期之间的数据 例如查询student表中出生日期(birthday)在’2016-01-01’ 和’2017-01-01’之间的数据: 对于日期不规则的数据需要先转格式,如下: (8)查询小于或者大于某日期的数据 例如查询student表中出生日期(birthday)小于等于’2016- 阅读全文