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
How do I find what updates have been applied to a computer
php display image from mysql
Vista Home wireless adapter connecting only with limitted access
Drive visible in Disk Management, but not in My Computer
how to convert an Omnis .df1 datafile to SQL?
Cannot have aggregate function in WHERE clause
migrating SQL databases to another server and get some weird error messages
Compact and Repair on command
SQLNCLI for linked server returned message "Invalid authorization specification"
How to refresh DDE links?