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
Can a property be added to each property in a collection class
Accessing Program files in Vista?
Combing MS SQL Select statement
Exchange 2010 After install when initialising it looks for the DC not the member server
Exporting to pdf from crystal reports stopped working
TSQL: How to plug Nulls with Lookup values in same column and limited keys
Custom Icons on Toolbar- how to? Access 2000
msxml3.dll is not able to be registered
stopping excel flickering
Connect to a Crosstab query in Access from Excel