dbTalk Databases Forums  

pervasive sql code

comp.databases.btrieve comp.databases.btrieve


Discuss pervasive sql code in the comp.databases.btrieve forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
rascaal
 
Posts: n/a

Default pervasive sql code - 05-30-2006 , 01:38 PM






how can the sql language be used to remove double quote characters from data
in a column in a pervasive table?

select replace(column, '*','in') from table, doesn't seem to work.

Reply With Quote
  #2  
Old   
Bill Bach
 
Posts: n/a

Default Re: pervasive sql code - 05-30-2006 , 05:49 PM






With Pervasive.SQL V8,this worked:

SELECT replace(First_Name,'"',' ') FROM "Person"

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.