diff --git "a/data/1.OceanBase\345\210\235\351\230\266/2.\345\237\272\346\234\254\346\223\215\344\275\234/7.\346\237\245\350\257\242\346\225\260\346\215\256/config.json" "b/data/1.OceanBase\345\210\235\351\230\266/2.\345\237\272\346\234\254\346\223\215\344\275\234/7.\346\237\245\350\257\242\346\225\260\346\215\256/config.json" index d316964f8ef5fcf43960c205f6cd0ee098d5a795..59c91c27656759be97a418aae6364bc5099bf9c1 100644 --- "a/data/1.OceanBase\345\210\235\351\230\266/2.\345\237\272\346\234\254\346\223\215\344\275\234/7.\346\237\245\350\257\242\346\225\260\346\215\256/config.json" +++ "b/data/1.OceanBase\345\210\235\351\230\266/2.\345\237\272\346\234\254\346\223\215\344\275\234/7.\346\237\245\350\257\242\346\225\260\346\215\256/config.json" @@ -1,5 +1,6 @@ { "keywords": [], "node_id": "c-a7151df5705f4579bf5f63413385242e", - "title": "查询数据" + "title": "查询数据", + "export": ["hello.json"] } \ No newline at end of file diff --git "a/data/1.OceanBase\345\210\235\351\230\266/2.\345\237\272\346\234\254\346\223\215\344\275\234/7.\346\237\245\350\257\242\346\225\260\346\215\256/hello.json" "b/data/1.OceanBase\345\210\235\351\230\266/2.\345\237\272\346\234\254\346\223\215\344\275\234/7.\346\237\245\350\257\242\346\225\260\346\215\256/hello.json" new file mode 100644 index 0000000000000000000000000000000000000000..42b7643948cf5bd4a077a1f45f21dac4d3c0e99b --- /dev/null +++ "b/data/1.OceanBase\345\210\235\351\230\266/2.\345\237\272\346\234\254\346\223\215\344\275\234/7.\346\237\245\350\257\242\346\225\260\346\215\256/hello.json" @@ -0,0 +1,5 @@ +{ + "type": "code_options", + "author": "刘鑫", + "source": "hello.md" +} \ No newline at end of file diff --git "a/data/1.OceanBase\345\210\235\351\230\266/2.\345\237\272\346\234\254\346\223\215\344\275\234/7.\346\237\245\350\257\242\346\225\260\346\215\256/hello.md" "b/data/1.OceanBase\345\210\235\351\230\266/2.\345\237\272\346\234\254\346\223\215\344\275\234/7.\346\237\245\350\257\242\346\225\260\346\215\256/hello.md" new file mode 100644 index 0000000000000000000000000000000000000000..d814dd4bebc2329d0c88dcdf4301447189dca8d3 --- /dev/null +++ "b/data/1.OceanBase\345\210\235\351\230\266/2.\345\237\272\346\234\254\346\223\215\344\275\234/7.\346\237\245\350\257\242\346\225\260\346\215\256/hello.md" @@ -0,0 +1,36 @@ +# Hello + +下面哪个选项可以显示 “Hello”? + +## 答案 + +```sql +select 'Hello'; +``` + +## 选项 + +### 关键字错误 + +```sql +print 'Hello'; +``` + +### 字符串类型错误 + +```sql +select "Hello"; +``` + +### 关键字错误 + +```sql +echo 'Hello'; +``` + +### 关键字错误 + +```sql +log 'Hello'; +``` +