MS Access Date() 函数
定义和用法
Date() 函数返回当前系统日期。
实例
返回当前系统日期:
SELECT CustomerName, Date() AS CurrentDate FROM Customers;
语法
Date()
参数
无。
技术细节
| 适用于: | 从 Access 2000 开始 |
|---|
Date() 函数返回当前系统日期。
返回当前系统日期:
SELECT CustomerName, Date() AS CurrentDate FROM Customers;
Date()
无。
| 适用于: | 从 Access 2000 开始 |
|---|