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.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 String Manipulation in View

Author  Topic 

Amber_Deslaurier
Starting Member

40 Posts

Posted - 2010-07-13 : 20:23:40
Hi

I am creating a view where in the Select statment I have a string manipulation statement. I keep getting an error saying I am missing something, but the thing is if I remove the Create View line statement the query runs fine... is it possible that I can't use string manipulation when creating a view?

I used this statement LEFT (ACCOUNT, 19) ACCTS,

Thanks,

Amber-

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2010-07-13 : 20:27:00
Perhaps you need AS ACCTS. Could you post the error and the query if that does't work?

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog
Go to Top of Page

Amber_Deslaurier
Starting Member

40 Posts

Posted - 2010-07-13 : 20:37:47
Hi Tara!

Thanks I will try it...

tty soon!
Go to Top of Page
   

- Advertisement -