What is the use of GO in SQL Server Management Studio amp; Transact SQL?(GO在SQL Server Management Studio中有什么用处amp;处理 SQL?)
问题描述
当我使用右键单击脚本为"菜单创建查询时,SQL Server Management Studio 总是插入 GO 命令.为什么?GO 实际上是做什么的?
SQL Server Management Studio always inserts a GO command when I create a query using the right click "Script As" menu. Why? What does GO actually do?
推荐答案
它是一个批处理终止符,但是你可以将它更改为任何你想要的
It is a batch terminator, you can however change it to whatever you want
这篇关于GO在SQL Server Management Studio中有什么用处&处理 SQL?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:GO在SQL Server Management Studio中有什么用处&处理 SQL?


基础教程推荐
- 无法在 ubuntu 中启动 mysql 服务器 2021-01-01
- 在 VB.NET 中更新 SQL Server DateTime 列 2021-01-01
- 使用pyodbc“不安全"的Python多处理和数据库访问? 2022-01-01
- SQL Server:只有 GROUP BY 中的最后一个条目 2021-01-01
- ERROR 2006 (HY000): MySQL 服务器已经消失 2021-01-01
- SQL Server 中单行 MERGE/upsert 的语法 2021-01-01
- 如何在 SQL Server 的嵌套过程中处理事务? 2021-01-01
- 将数据从 MS SQL 迁移到 PostgreSQL? 2022-01-01
- SQL Server 2016更改对象所有者 2022-01-01
- Sql Server 字符串到日期的转换 2021-01-01