This commit is contained in:
mba1398 2023-07-30 16:16:41 +08:00 committed by GitHub
parent 0d788c3653
commit 7b4540d36f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ SELECT SYSDATE(),SYSDATE(),SYSDATE()
UNION UNION
SELECT 'chars',123,null; SELECT 'chars',123,null;
``` ```
事实证明,以上代码可以正确执行,查询结果参考下图: 事实证明,以上代码可以正确执行,查询结果参考下图
![图片](./img/ch04/ch04.08result5.png) ![图片](./img/ch04/ch04.08result5.png)