Click here to Skip to main content
15,888,527 members
Home / Discussions / Database
   

Database

 
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 
Questionhow to get file from internet by using the webclient Pin
Shaik Haneef9-Feb-08 20:39
Shaik Haneef9-Feb-08 20:39 
AnswerDouble post Pin
pmarfleet9-Feb-08 22:49
pmarfleet9-Feb-08 22:49 
AnswerRe: how to get file from internet by using the webclient Pin
Dave Kreskowiak11-Feb-08 4:37
mveDave Kreskowiak11-Feb-08 4:37 
QuestionSQL Database deveopment Pin
Pallab_GT9-Feb-08 7:43
Pallab_GT9-Feb-08 7:43 
GeneralRe: SQL Database deveopment Pin
pmarfleet9-Feb-08 10:11
pmarfleet9-Feb-08 10:11 
GeneralSql database conflict [modified] Pin
Cory Kimble9-Feb-08 5:28
Cory Kimble9-Feb-08 5:28 
GeneralSQL generation for the UpdateCommand is not supported against a SelectCommand that does not return any key column information. Pin
Sujit Gupta8-Feb-08 23:28
Sujit Gupta8-Feb-08 23:28 
GeneralRe: SQL generation for the UpdateCommand is not supported against a SelectCommand that does not return any key column information. Pin
That's Aragon9-Feb-08 0:02
That's Aragon9-Feb-08 0:02 
GeneralRe: SQL generation for the UpdateCommand is not supported against a SelectCommand that does not return any key column information. Pin
Sujit Gupta10-Feb-08 6:40
Sujit Gupta10-Feb-08 6:40 
GeneralQuery to find last 10 records Pin
sirisha guttikonda8-Feb-08 20:58
sirisha guttikonda8-Feb-08 20:58 
GeneralRe: Query to find last 10 records Pin
pmarfleet8-Feb-08 21:23
pmarfleet8-Feb-08 21:23 
GeneralRe: Query to find last 10 records Pin
sirisha guttikonda8-Feb-08 21:27
sirisha guttikonda8-Feb-08 21:27 
GeneralRe: Query to find last 10 records Pin
pmarfleet8-Feb-08 21:56
pmarfleet8-Feb-08 21:56 
GeneralRe: Query to find last 10 records Pin
That's Aragon8-Feb-08 21:56
That's Aragon8-Feb-08 21:56 

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.