Click here to Skip to main content
15,920,111 members
Home / Discussions / Database
   

Database

 
GeneralRe: Doubt in query........., Pin
ChandraRam17-Jul-07 4:11
ChandraRam17-Jul-07 4:11 
AnswerRe: Doubt in query........., Pin
N a v a n e e t h16-Jul-07 20:37
N a v a n e e t h16-Jul-07 20:37 
GeneralRe: Doubt in query........., Pin
Member 387988116-Jul-07 20:57
Member 387988116-Jul-07 20:57 
AnswerRe: Doubt in query........., Pin
Krish - KP16-Jul-07 21:20
Krish - KP16-Jul-07 21:20 
GeneralRe: Doubt in query........., Pin
RepliCrux17-Jul-07 12:40
RepliCrux17-Jul-07 12:40 
GeneralRe: Doubt in query........., Pin
Krish - KP17-Jul-07 20:34
Krish - KP17-Jul-07 20:34 
QuestionQuery Pin
samerh16-Jul-07 18:42
samerh16-Jul-07 18:42 
AnswerRe: Query Pin
andyharman16-Jul-07 19:44
professionalandyharman16-Jul-07 19:44 
For SQL-Server, you could try:
select table3.description,
    convert(varchar, table1.blId) + '.' + convert(varchar, table2.bl2Id) as TheIds
from table3
inner join table1
  on table3.description like table1.blDesc + '.%'
inner join table2
  on table3.description like '%.' + table2.bl2Desc
order by table1.blId, table2.bl2Id
Regards
Andy

If you want to thank me for my help, please vote my message by clicking one of numbers beside "Rate this message".

QuestionTriggers Pin
seemamltn16-Jul-07 11:32
seemamltn16-Jul-07 11:32 
AnswerRe: Triggers Pin
andyharman16-Jul-07 20:27
professionalandyharman16-Jul-07 20:27 
QuestionQuery Help Pin
Hulicat16-Jul-07 9:40
Hulicat16-Jul-07 9:40 
AnswerRe: Query Help Pin
Hulicat16-Jul-07 11:44
Hulicat16-Jul-07 11:44 
QuestionOracle Network Conn Sting Pin
kallileo16-Jul-07 6:15
kallileo16-Jul-07 6:15 
AnswerRe: Oracle Network Conn Sting Pin
Paul Conrad16-Jul-07 8:32
professionalPaul Conrad16-Jul-07 8:32 
GeneralRe: Oracle Network Conn Sting Pin
kallileo16-Jul-07 20:55
kallileo16-Jul-07 20:55 
QuestionGrouping in Microsoft Reporting Service Pin
Rupesh Kumar Swami16-Jul-07 5:21
Rupesh Kumar Swami16-Jul-07 5:21 
QuestionDistinct in Quey Pin
Khan.Bangash16-Jul-07 3:58
Khan.Bangash16-Jul-07 3:58 
AnswerRe: Distinct in Quey Pin
Colin Angus Mackay16-Jul-07 5:00
Colin Angus Mackay16-Jul-07 5:00 
GeneralRe: Distinct in Quey Pin
Khan.Bangash16-Jul-07 5:08
Khan.Bangash16-Jul-07 5:08 
AnswerRe: Distinct in Quey Pin
andyharman16-Jul-07 5:11
professionalandyharman16-Jul-07 5:11 
GeneralRe: Distinct in Quey Pin
Khan.Bangash16-Jul-07 5:17
Khan.Bangash16-Jul-07 5:17 
GeneralRe: Distinct in Quey Pin
Blue_Boy16-Jul-07 5:26
Blue_Boy16-Jul-07 5:26 
QuestionUpdating Bulk Record in oracle 10 g, Pin
nabeelkhan16-Jul-07 1:34
nabeelkhan16-Jul-07 1:34 
QuestionRe: Updating Bulk Record in oracle 10 g, Pin
andyharman16-Jul-07 5:17
professionalandyharman16-Jul-07 5:17 
QuestionDateTime Problem Pin
Mohammed Elkholy16-Jul-07 1:15
Mohammed Elkholy16-Jul-07 1:15 

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.