Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
deleting extra Character from colum
Name: mailme_anil Date: January 3, 2005 at 07:22:44 Pacific OS: Unix CPU/Ram: 1GB
Comment:
Hi,
I have a table in which all the columns have ' " '(double qoutes) at the beginning and the end. I want to remove these double quotes from the columns. All the columns are Varchar columns. How can I do this in Oracle or Teradata. Ex: I have the colmuns as: "123","abc","Y"...
Summary: I am trying to write a batch file that will delete the first three characters from every line of a text file with no success. I am a newbie to this, any help would be appreciated. ...
Summary: I would like a batch file that deletes the first "x" amount of characters from a given text file. VBS would be appreciated also. crappy OEM comptuers......
Summary: why doesn't the following code work ? it works fine half way... but it prints extra characters.. #include void getvowels(char input[30], char output[30]) { int i; int number = 0; for...