You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
看到在 Navicat 中 执行一段 SQL 比如
Select * From t_person;在这句sql 前面加上注释,可以实现结果的命名 而不是显示成 Result1,2 这样,这个功能在一个查询中有多条 sql 同时执行的时候 非常有用:
-- Name:查询人员Select * From t_person;现在的 DBX v0.5.56 查询无法自定义命名,会显示成表名。
All reactions