Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.
Aigini Starting Member
2 Posts
CREATE VIEW dbo.vItemPurchase AS SELECT iim_itemcode, iim_desc, iim_itemcat, iim_subcat, iim_company, iim_locFROM dbo.inv_itemmasterWHERE (iim_level= 'Purchase')
quote:The Query Designer does not support the CREATE VIEW SQL construct.
rmiao Master Smack Fu Yak Hacker
7266 Posts
SQLTeam.com Articles via RSS
SQLTeam.com Weblog via RSS
- Advertisement -
Articles
Forums
Blogs
Contact Us
About the Site