Missing EOF at `

1
'distinct(i.emplid) as EMPLID, REPLACE(n.LAST_NAME, '''', '`') as LAST_NAME, REPLACE(n.FIRST_NAME, '''', '`') as FIRST_NAME, e.EMAIL_ADDR' it shows a message of Missing EOF at '`' How I can solve it?  
asked
1 answers
0

Hi,

'distinct(i.emplid) as EMPLID, REPLACE(n.LAST_NAME, '''+''+''''+') as LAST_NAME, REPLACE(n.FIRST_NAME, '''+', '+''''+') as FIRST_NAME, e.EMAIL_ADDR'''

 

Can try this. Hope this helps!

answered