Wrox Programmer Forums
|
SQL Server ASP Discussions about ASP programming with Microsoft's SQL Server. For more ASP forums, see the ASP forum category.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the SQL Server ASP section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 27th, 2005, 12:08 AM
Authorized User
 
Join Date: Oct 2004
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Cute Designer
Default SQL view creating

<div align="left">Hi all ,

I am very new 2 SQL and I want to learn how to create a view?? As my manager asked to in my summer training course...
Sorry if it wasn't the proper place to issue my topic
</div id="left">

~*Cuty*~
__________________
~*Cuty*~
 
Old September 21st, 2005, 03:00 PM
Authorized User
 
Join Date: Sep 2005
Posts: 95
Thanks: 0
Thanked 0 Times in 0 Posts
Default

create view v_viewA
as
select * from tableA
union all
select * from tableB

this is your basic create view statement, look it up in BOL

http://sqlservercode.blogspot.com/





Similar Threads
Thread Thread Starter Forum Replies Last Post
Creating Index on View - SQL prince500 SQL Server 2005 5 September 7th, 2011 07:35 AM
creating ssis packagte for sql server to sql serer Laxmikant_it ASP.NET 3.5 Professionals 0 November 26th, 2008 12:23 AM
IF Statement in the SQL Design View cej2583 SQL Server 2000 6 July 17th, 2006 05:32 AM
Creating a tree view ravi_talk Classic ASP Basics 0 September 27th, 2003 10:58 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.