Click here to Skip to main content
15,915,094 members
Home / Discussions / Database
   

Database

 
GeneralRe: Situation for stored procedure Pin
yaminilatha24-Apr-07 20:53
yaminilatha24-Apr-07 20:53 
Questionhow to query by distance Pin
ComCoderCsharp24-Apr-07 14:27
ComCoderCsharp24-Apr-07 14:27 
QuestionTwo servers as publisher/Subscriber Pin
Rocky#24-Apr-07 1:05
Rocky#24-Apr-07 1:05 
QuestionStored Procedure read another Database Data Pin
karim_khalifa00724-Apr-07 0:53
karim_khalifa00724-Apr-07 0:53 
AnswerRe: Stored Procedure read another Database Data Pin
Pete O'Hanlon24-Apr-07 1:12
mvePete O'Hanlon24-Apr-07 1:12 
QuestionHow Do i combine this two queries Help(Addition to the below one Pin
Vimalsoft(Pty) Ltd24-Apr-07 0:25
professionalVimalsoft(Pty) Ltd24-Apr-07 0:25 
AnswerRe: How Do i combine this two queries Help(Addition to the below one Pin
Colin Angus Mackay24-Apr-07 0:27
Colin Angus Mackay24-Apr-07 0:27 
AnswerRe: How Do i combine this two queries Help(Addition to the below one Pin
Arun.Immanuel24-Apr-07 19:27
Arun.Immanuel24-Apr-07 19:27 
Try this.

select * from property
where
substring(func_key,1,5) = 'GEOSS'

And substring(func_key,6,8)>= 3 and

substring(func_key,9,16)='PV000000'
And substring(Attrib_code,5,2)=16


Regards,
Arun Kumar.A

GeneralRe: How Do i combine this two queries Help(Addition to the below one Pin
Vimalsoft(Pty) Ltd24-Apr-07 20:23
professionalVimalsoft(Pty) Ltd24-Apr-07 20:23 
GeneralRe: How Do i combine this two queries Help(Addition to the below one Pin
Arun.Immanuel24-Apr-07 21:07
Arun.Immanuel24-Apr-07 21:07 
GeneralRe: How Do i combine this two queries Help(Addition to the below one Pin
Vimalsoft(Pty) Ltd24-Apr-07 21:24
professionalVimalsoft(Pty) Ltd24-Apr-07 21:24 
GeneralRe: How Do i combine this two queries Help(Addition to the below one Pin
Vimalsoft(Pty) Ltd24-Apr-07 22:39
professionalVimalsoft(Pty) Ltd24-Apr-07 22:39 
GeneralRe: How Do i combine this two queries Help(Addition to the below one Pin
Arun.Immanuel25-Apr-07 0:25
Arun.Immanuel25-Apr-07 0:25 
GeneralRe: How Do i combine this two queries Help(Addition to the below one Pin
Vimalsoft(Pty) Ltd25-Apr-07 0:31
professionalVimalsoft(Pty) Ltd25-Apr-07 0:31 
GeneralRe: How Do i combine this two queries Help(Addition to the below one Pin
Arun.Immanuel25-Apr-07 0:47
Arun.Immanuel25-Apr-07 0:47 
GeneralRe: How Do i combine this two queries Help(Addition to the below one Pin
Vimalsoft(Pty) Ltd25-Apr-07 0:58
professionalVimalsoft(Pty) Ltd25-Apr-07 0:58 
GeneralRe: How Do i combine this two queries Help(Addition to the below one Pin
Arun.Immanuel25-Apr-07 1:04
Arun.Immanuel25-Apr-07 1:04 
GeneralRe: How Do i combine this two queries Help(Addition to the below one Pin
Vimalsoft(Pty) Ltd25-Apr-07 2:48
professionalVimalsoft(Pty) Ltd25-Apr-07 2:48 
GeneralRe: How Do i combine this two queries Help(Addition to the below one Pin
Arun.Immanuel25-Apr-07 3:10
Arun.Immanuel25-Apr-07 3:10 
QuestionHow Do i combine this two queries Help Pin
Vimalsoft(Pty) Ltd24-Apr-07 0:17
professionalVimalsoft(Pty) Ltd24-Apr-07 0:17 
AnswerRe: How Do i combine this two queries Help Pin
Colin Angus Mackay24-Apr-07 0:30
Colin Angus Mackay24-Apr-07 0:30 
GeneralRe: How Do i combine this two queries Help Pin
Vimalsoft(Pty) Ltd24-Apr-07 0:40
professionalVimalsoft(Pty) Ltd24-Apr-07 0:40 
GeneralRe: How Do i combine this two queries Help Pin
Colin Angus Mackay24-Apr-07 6:39
Colin Angus Mackay24-Apr-07 6:39 
QuestionHelp me in developing stored Pin
Bilal wani23-Apr-07 23:53
Bilal wani23-Apr-07 23:53 
AnswerRe: Help me in developing stored Pin
Colin Angus Mackay23-Apr-07 23:55
Colin Angus Mackay23-Apr-07 23:55 

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.