special characters in same data

Moderator: NorbertKrupa

Post Reply
User avatar
nnani
Master
Master
Posts: 302
Joined: Fri Apr 13, 2012 6:28 am
Contact:

special characters in same data

Post by nnani » Thu Sep 19, 2013 12:10 pm

Hello All,

I have loaded the same flat file into two different schemas of Vertica

but when I try to select records, It shows some special characters in one schema and no special characters in other schema.

Code: Select all

nnani=> select cntnt_id, cntnt_desc from db1.table1
nnani-> where cntnt_id IN (792,814);

 cntnt_id |                                                                          cntnt_desc

----------+-------------------------------------------------------------------------------------------------------------------------
--------------------------------------
    792 | beat the purebred snail that Squidward has purchased; Mr. Krabs spen
ds time with SpongeBob and Patrick.
    814 | when he refuses to share a toy; Mr. Krabs is nominated for the Cheapest Krab award
at an awards ceremony.
(2 rows)


nnani=> select cntnt_id, cntnt_desc from db2.table2
nnani-> where cntnt_id IN (792,814);
 cntnt_id |                                                                           cntnt_desc

----------+-------------------------------------------------------------------------------------------------------------------------
----------------------------------------
    792 | beat the âpurebredâ
                                                                                   ds time with SpongeBob and Patrick.
    814 | when he refuses to share a toy; Mr. Krabs is nominated for the âCheapest Krabâ
                                                                                                                               at an awards ceremony.
(2 rows)

I have higlighted the special characters.

How come they look different, are there any tweaks, we need to make

nnani........
Long way to go

You can check out my blogs at vertica-howto

User avatar
JimKnicely
Site Admin
Site Admin
Posts: 1825
Joined: Sat Jan 21, 2012 4:58 am
Contact:

Re: special characters in same data

Post by JimKnicely » Mon Sep 23, 2013 8:20 pm

nnani, did you figure out the issue in your post?
Jim Knicely

Image

Note: I work for Vertica. My views, opinions, and thoughts expressed here do not represent those of my employer.

Post Reply

Return to “Vertica Data Load”