I have more tables and I want to merge that some table for getting result.....
How can I 开发者_StackOverflowdo?
Views
is just some sort of "stored query". It can be defined as:
CREATE VIEW viewname AS SELECT <the rest of select query here>
More details at msdn:
- http://msdn.microsoft.com/en-us/library/ms187956.aspx
- http://msdn.microsoft.com/en-us/library/aa214068(SQL.80).aspx
CEATE VIEW.
The rest of teh syntax is in ..... the documentation.
And this question is neither related to C# nor C++. It also does not care what you ate for breakfast. SQL works with strings the server interprets, and the langauge has no matter how the server does that.
精彩评论