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
Link Tables by Date Range in MS Access
Save unbound combobox column value in Access 2007
=SUMPRODUCT formula error
Move Files in a .bat file not working but did earlier in the day on windows server 2003
How do I supress the add new record icon at the bottom of subdata sheets?
Access - Format datatype in Table to have IP Address format
Creating plugins in MS CRM 4.0`
Resizing a web Browser inside a acces form
Allow other user than SA to change passwords and access to companies
How to prevent password autofill at some sites?