Microsoft
Software
Hardware
Network
Question : SQL Query
Can anyone suggest why the following query is giving error.
select cast((replace(replace(repl
ace(left(a
ddress,70)
,CHAR(10),
' '),char(13),' ')),'"','') as varchar(70))
as address
from contact
In addition to this from where can i get the list of ascii characters.
Answer : SQL Query
paranthesis mismatch
select cast(replace(replace(repla
ce(left(ad
dress,70),
CHAR(10),'
'),char(13),' '),'"','') as varchar(70))
as address
from contact
Random Solutions
ESXi Backup Vmware best way ?
how to avoid window resize programmatically using MFC for the drag event on title bar which occurs in windows 7 ?
Access query using the "Like" command
How to use session variables in field names of asp.net report (.rdcl)
wcf service
How do I link multiple forms with Required Fields in Access that update one table
How to use "IsNull" with varchar datatype?
Identifying Best Price....
Simple SQL Join Query Syntax Issue
How to import contact list from outlook expres into Outlook 2003