Microsoft
Software
Hardware
Network
Question : Creating a SQL view
Dear Experts
I need to create a sql view from data I have in a table called property. The problem I am having is that I need to include some additional colums which are not in the property table and specify a value for them.
For example:
(Property Table)
PropertyAddress1
PropertyAddress2
CityTown
Postcode
View
Branch (need to specify a value of 99XX99)
PropertyAddress1
PropertyAddress2
CityTown
Postcode
I wondered if anyone could advise on the SQL syntax as to how I can include the 'Branch' column with the value of '99XX99'
Many thanks for any help with this
Grant
Answer : Creating a SQL view
Create View dbo.MyView
AS
Select '99XX99' as Branch, PropertyAddres1 /*etc*/
from [Property]
Random Solutions
Network connection keeps dropping out
Help! I can't access my website!
DHCP options in Windows Server 2003 - Diskless clients
Cannot add new Domain Controller
Question about MX recorods and Email
How do I detect how many computers are connected to my wireless router?
Auto-Reply on Exchange 2003
Juniper NetScreen-5GT ADSL setup for Dual WAN
should the reverse dns lookup reference the sending exchange server or the forwarding receiver?
How map network PC's to <a rel="nofollow" href="http://www.company-name.co.uk" target="_blank">www.company-name.co.uk</a> when the INTERNAL domain is the same?