Click here to Skip to main content
15,902,299 members
Home / Discussions / Database
   

Database

 
GeneralSql Select [modified] Pin
NewToAspDotNet11-Feb-08 7:19
NewToAspDotNet11-Feb-08 7:19 
AnswerRe: Sql Select Pin
Ashfield11-Feb-08 7:45
Ashfield11-Feb-08 7:45 
GeneralRe: Sql Select Pin
NewToAspDotNet11-Feb-08 7:57
NewToAspDotNet11-Feb-08 7:57 
GeneralRe: Sql Select Pin
Ashfield11-Feb-08 22:34
Ashfield11-Feb-08 22:34 
GeneralRe: Sql Select Pin
Krish - KP11-Feb-08 17:34
Krish - KP11-Feb-08 17:34 
GeneralRe: Sql Select Pin
Ashfield14-Feb-08 8:18
Ashfield14-Feb-08 8:18 
GeneralAgain Crystal Report Pin
simworld11-Feb-08 4:36
simworld11-Feb-08 4:36 
GeneralPDF Problem Pin
simworld11-Feb-08 4:29
simworld11-Feb-08 4:29 
GeneralReporting in MS Accesss Pin
Vimalsoft(Pty) Ltd11-Feb-08 0:54
professionalVimalsoft(Pty) Ltd11-Feb-08 0:54 
Questionenable remote connection for sql server 2000? Pin
eyeseetee11-Feb-08 0:09
eyeseetee11-Feb-08 0:09 
Generaldifference Pin
trilokharry10-Feb-08 23:03
trilokharry10-Feb-08 23:03 
GeneralRe: difference Pin
Giorgi Dalakishvili11-Feb-08 0:28
mentorGiorgi Dalakishvili11-Feb-08 0:28 
GeneralRe: difference Pin
trilokharry11-Feb-08 2:23
trilokharry11-Feb-08 2:23 
GeneralFind data that does not match between two tables [modified] Pin
fuhaizah10-Feb-08 19:11
fuhaizah10-Feb-08 19:11 
GeneralRe: Find data that does not match between two tables Pin
pmarfleet10-Feb-08 19:30
pmarfleet10-Feb-08 19:30 
GeneralRe: Find data that does not match between two tables Pin
fuhaizah10-Feb-08 19:32
fuhaizah10-Feb-08 19:32 
GeneralRe: Find data that does not match between two tables Pin
pmarfleet10-Feb-08 19:37
pmarfleet10-Feb-08 19:37 
GeneralRe: Find data that does not match between two tables Pin
fuhaizah10-Feb-08 19:41
fuhaizah10-Feb-08 19:41 
GeneralRe: Find data that does not match between two tables Pin
Joe10-Feb-08 19:34
Joe10-Feb-08 19:34 
Generalgroup by, max and another column Pin
swjam10-Feb-08 2:25
swjam10-Feb-08 2:25 
GeneralRe: group by, max and another column Pin
andyharman10-Feb-08 22:41
professionalandyharman10-Feb-08 22:41 
QuestionCan I modify specified text from set of rows [modified] Pin
kimo code9-Feb-08 22:27
kimo code9-Feb-08 22:27 
Hi all

I have two DB tables and i want to transfare data from one to another table by some criteria

the first table originalMsg and the other on named as Accepted_nick_name

iwant to select all nick name msg from the originalMsg and insert them to the Accepted_nick_name table

originalMsg
-----------
hi all
Record :timo
its me
Record:Tiko
hi every body

Accepted_nick_name
------------------
Record:timo
Record:Tiko

i do this by this sql query


INSERT INTO Accepted_nick_name (Nickname)
select original_msg_txt from originalMsg where
origainal_msg.original_msg_txt like '%record%'


Thats great and its working but i want the result as


Accepted_nick_name
------------------
timo
Tiko

without the Record word

so how can i modify this word from the set of date to be as i show

plz help me & Thanks alot



Kisha

modified on Sunday, February 10, 2008 4:38 AM

AnswerRe: Can I modify specified text from set of rows Pin
pmarfleet9-Feb-08 22:53
pmarfleet9-Feb-08 22:53 
GeneralRe: Can I modify specified text from set of rows Pin
kimo code9-Feb-08 23:20
kimo code9-Feb-08 23:20 
GeneralRe: Can I modify specified text from set of rows Pin
kimo code10-Feb-08 0:00
kimo code10-Feb-08 0:00 

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.