在SQL Server中解析 [英] Parsing in sql server

查看:94
本文介绍了在SQL Server中解析的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在Sql server中解析是什么意思?用example

What is meant by Parsing in Sql server? Explain with example

推荐答案

进行解释.单词解析的英文定义是:
The English definition of the word parsing is:
To break (a sentence) down into its component parts of speech with an explanation of the form, function, and syntactical relationship of each part.


http://www.thefreedictionary.com/parsing [Execution Plan.

如何解释查询的简介
执行计划
[ ^ ]


http://www.thefreedictionary.com/parsing[^]

In respect to SQL, when you execute a command it has to "parse" the text within that command. So it''s basically taking your SQL statement, looking at all the words, making sure the syntax is correct and then constructs an Execution Plan as a result of it''s analysis/parsing of the statement.

An Introduction on How to Interpret Query
Execution Plans
[^]


点击此处,两个人都了解有关解析的更多信息

http://www.go4expert.com/forums/showthread.php?t=9128 [ ^ ]


用于解析分隔字符串的SQL用户定义函数 [ ^ ]
click here two know more about parsing

http://www.go4expert.com/forums/showthread.php?t=9128[^]

and
SQL User Defined Function to Parse a Delimited String[^]


这篇关于在SQL Server中解析的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆