开发者

FROM vs. IN in the context of SHOW

开发者 https://www.devze.com 2023-02-21 07:13 出处:网络
E.g., SHOW TABLES FROM... or SHOW TABLES IN.... Is there a preference?Is one faster than the other.In the context of SHOW, are each weigh开发者_Go百科ted equally?

E.g., SHOW TABLES FROM... or SHOW TABLES IN....

Is there a preference? Is one faster than the other. In the context of SHOW, are each weigh开发者_Go百科ted equally?

Thanks.


They are the same thing. About performance, they are most probably equal too. Unless we count the microseconds that the parser needs to check a word.

0

精彩评论

暂无评论...
验证码 换一张
取 消