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 to explore disk raiding status in Win2k3Server
Create report out of crosstab where column name changes
Fox Pro 9 Compiled applications
appending MDB files to a single MDB
Want to update a field with values from another field within the same table if it meets a condition
Update Code through VBA
How do you Erase or Clear all fields within the word document?
Importing/Linking Data from URL
runtime error 3134 access
query to show anything due in the current week