提交 c9d9e435 编写于 作者: M Mars Liu

hello

上级 83f55651
{
"keywords": [],
"node_id": "c-a7151df5705f4579bf5f63413385242e",
"title": "查询数据"
"title": "查询数据",
"export": ["hello.json"]
}
\ No newline at end of file
{
"type": "code_options",
"author": "刘鑫",
"source": "hello.md"
}
\ No newline at end of file
# Hello
下面哪个选项可以显示 “Hello”?
## 答案
```sql
select 'Hello';
```
## 选项
### 关键字错误
```sql
print 'Hello';
```
### 字符串类型错误
```sql
select "Hello";
```
### 关键字错误
```sql
echo 'Hello';
```
### 关键字错误
```sql
log 'Hello';
```
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册