Click here to Skip to main content
16,012,035 members
Home / Discussions / Database
   

Database

 
QuestionOracle buffer.. not sure Pin
Muammar©8-May-07 1:35
Muammar©8-May-07 1:35 
AnswerRe: Oracle buffer.. not sure Pin
andyharman8-May-07 1:52
professionalandyharman8-May-07 1:52 
QuestionRe: Oracle buffer.. not sure Pin
Muammar©8-May-07 20:58
Muammar©8-May-07 20:58 
AnswerRe: Oracle buffer.. not sure Pin
andyharman9-May-07 0:10
professionalandyharman9-May-07 0:10 
QuestionSubstring Problems help Pin
Vimalsoft(Pty) Ltd8-May-07 0:50
professionalVimalsoft(Pty) Ltd8-May-07 0:50 
AnswerRe: Substring Problems help Pin
Colin Angus Mackay8-May-07 1:04
Colin Angus Mackay8-May-07 1:04 
GeneralRe: Substring Problems help Pin
Vimalsoft(Pty) Ltd8-May-07 1:19
professionalVimalsoft(Pty) Ltd8-May-07 1:19 
GeneralRe: Substring Problems help Pin
Colin Angus Mackay8-May-07 2:58
Colin Angus Mackay8-May-07 2:58 
Vuyiswamb wrote:
mybe you can explain in detail how the substring is working


See the documentation for SUBSTRING[^].


Vuyiswamb wrote:
its true am normalasing the table, can you please tell me


I don't know anything else about your table. All I can see is you appear to be modifying only part of a column value. That suggests to me that the column breaks the first normal form. i.e. you should split out all values into separate columns.
SUBSTRING(Value, 1, 8) + ReplacementValue + SUBSTRING(Value, 11, 2)
Value is the name of the column, ReplacementValue is the value you want to replace the 5th pair with.




Upcoming events:
* Glasgow: SQL Server 2005 - XML and XML Query Plans, Mock Objects, SQL Server Reporting Services...

Never write for other people. Write for yourself, because you have a passion for it. -- Marc Clifton


My website

GeneralRe: Substring Problems help Pin
Vimalsoft(Pty) Ltd8-May-07 3:37
professionalVimalsoft(Pty) Ltd8-May-07 3:37 
GeneralRe: Substring Problems help Pin
Colin Angus Mackay8-May-07 3:48
Colin Angus Mackay8-May-07 3:48 
Questionmas TCP connection? Pin
D2raghu8-May-07 0:13
D2raghu8-May-07 0:13 
Questionmysql Pin
WhiteGirl237-May-07 22:50
WhiteGirl237-May-07 22:50 
QuestionHaving trouble with Ado control in vb6 Pin
Vimalsoft(Pty) Ltd7-May-07 20:57
professionalVimalsoft(Pty) Ltd7-May-07 20:57 
Questioninsert null into datetime field in sql Pin
yesu prakash7-May-07 18:31
yesu prakash7-May-07 18:31 
AnswerRe: insert null into datetime field in sql Pin
Tamimi - Code7-May-07 19:12
Tamimi - Code7-May-07 19:12 
QuestionPath and tables of a .mdb file Pin
hero19957-May-07 15:02
hero19957-May-07 15:02 
Questionhelp, implementing this method Pin
simsem7-May-07 11:20
simsem7-May-07 11:20 
AnswerRe: help, implementing this method Pin
Dave Kreskowiak7-May-07 13:55
mveDave Kreskowiak7-May-07 13:55 
QuestionMulti-Command Execution Pin
Tristan Rhodes7-May-07 10:38
Tristan Rhodes7-May-07 10:38 
AnswerRe: Multi-Command Execution Pin
Dave Kreskowiak7-May-07 13:50
mveDave Kreskowiak7-May-07 13:50 
GeneralRe: Multi-Command Execution Pin
Tristan Rhodes8-May-07 2:46
Tristan Rhodes8-May-07 2:46 
GeneralRe: Multi-Command Execution Pin
Dave Kreskowiak8-May-07 17:20
mveDave Kreskowiak8-May-07 17:20 
GeneralRe: Multi-Command Execution Pin
Tristan Rhodes8-May-07 22:38
Tristan Rhodes8-May-07 22:38 
GeneralRe: Multi-Command Execution Pin
Dave Kreskowiak9-May-07 12:10
mveDave Kreskowiak9-May-07 12:10 
QuestionHelp with Stored Procedure and passing varible Pin
Hulicat7-May-07 7:33
Hulicat7-May-07 7:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.