now.md 473 字节
Newer Older
M
Mars Liu 已提交
1 2 3 4 5 6 7 8 9 10
# 当前时间

Joe 在程序中获取当前时间,下面哪个函数*不*能满足要求?

1. now()
2. sysdate()
3. CURRENT_TIMESTAMP()
4. LOCALTIME()
5. current()

M
Mars Liu 已提交
11 12
<hr/>

M
Mars Liu 已提交
13
点击进入[MySQL实战练习环境](https://mydev.csdn.net/product/pod/new?image=cimg-centos7-skilltreemysql&connect=auto&create=auto&utm_source=skill)
F
feilong 已提交
14

M
Mars Liu 已提交
15 16
* `show databases` 列出所有数据库
* `show tables` 列出所有表
M
Mars Liu 已提交
17

M
Mars Liu 已提交
18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
## 答案

5

## 选项

### A

1

### B

2

### C

3

### D

4