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
Find text in file, and find next lines
Deleting Group Policy Objects
Access Radio Option Help...
How do you copy Excel macros from one windows profile to another?
Increasing Execution Timeout within SQL Server 2005 Express
Keep only duplicates in a given column and delete all Uniques
Excel slow opening sheet
Questio on beforeupdate event to prevent duplicate record
Hide / Unhide Database Objects With VBA
OWA with two Exchange 2003 servers