Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这是非常基本的 MySQL 问题。
我正在编写 MySQL 程序,使用 MySQL 工作台,我想对其进行测试,但我不知道如何在屏幕上打印警报或登录。
我怎么做?
您可以简单SELECT 'message'地message出现在 MySQL Workbench 中。
SELECT 'message'
message