Click here to Skip to main content
15,891,136 members
Home / Discussions / Database
   

Database

 
AnswerRe: INNER JOIN on NUll Data problem Pin
Pete O'Hanlon18-Apr-07 0:50
mvePete O'Hanlon18-Apr-07 0:50 
GeneralRe: INNER JOIN on NUll Data problem Pin
Sam Heller18-Apr-07 1:25
Sam Heller18-Apr-07 1:25 
GeneralRe: INNER JOIN on NUll Data problem Pin
Pete O'Hanlon18-Apr-07 1:53
mvePete O'Hanlon18-Apr-07 1:53 
GeneralRe: INNER JOIN on NUll Data problem Pin
Sam Heller18-Apr-07 2:03
Sam Heller18-Apr-07 2:03 
GeneralRe: INNER JOIN on NUll Data problem Pin
Colin Angus Mackay18-Apr-07 2:51
Colin Angus Mackay18-Apr-07 2:51 
GeneralRe: INNER JOIN on NUll Data problem Pin
Pete O'Hanlon18-Apr-07 4:03
mvePete O'Hanlon18-Apr-07 4:03 
QuestionSql Search, can i use = in the Substring Pin
Vimalsoft(Pty) Ltd17-Apr-07 22:50
professionalVimalsoft(Pty) Ltd17-Apr-07 22:50 
AnswerRe: Sql Search, can i use = in the Substring Pin
Krish - KP17-Apr-07 23:21
Krish - KP17-Apr-07 23:21 
try this

SELECT * FROM tblA
WHERE cast(substring(Attrib_Code, 5, 5) as bigint) between 197 and 274

Regards
KP

GeneralRe: Sql Search, can i use = in the Substring Pin
Vimalsoft(Pty) Ltd18-Apr-07 2:29
professionalVimalsoft(Pty) Ltd18-Apr-07 2:29 
GeneralRe: Sql Search, can i use = in the Substring Pin
Krish - KP18-Apr-07 18:03
Krish - KP18-Apr-07 18:03 
QuestionSUGGEST ON STORED PROC Pin
adnanrafiq17-Apr-07 21:13
adnanrafiq17-Apr-07 21:13 
AnswerRe: SUGGEST ON STORED PROC Pin
Pete O'Hanlon17-Apr-07 22:46
mvePete O'Hanlon17-Apr-07 22:46 
AnswerRe: SUGGEST ON STORED PROC Pin
Colin Angus Mackay18-Apr-07 0:13
Colin Angus Mackay18-Apr-07 0:13 
AnswerRe: SUGGEST ON STORED PROC Pin
Paddy Boyd18-Apr-07 2:36
Paddy Boyd18-Apr-07 2:36 
GeneralRe: SUGGEST ON STORED PROC Pin
adnanrafiq18-Apr-07 3:25
adnanrafiq18-Apr-07 3:25 
QuestionRuntime DTS connections Pin
indian14317-Apr-07 21:09
indian14317-Apr-07 21:09 
QuestionInterview question - query Pin
yaminilatha17-Apr-07 20:35
yaminilatha17-Apr-07 20:35 
AnswerRe: Interview question - query Pin
Krish - KP17-Apr-07 21:19
Krish - KP17-Apr-07 21:19 
GeneralRe: Interview question - query Pin
yaminilatha17-Apr-07 22:26
yaminilatha17-Apr-07 22:26 
GeneralRe: Interview question - query Pin
Krish - KP17-Apr-07 23:22
Krish - KP17-Apr-07 23:22 
AnswerRe: Interview question - query Pin
adnanrafiq17-Apr-07 21:20
adnanrafiq17-Apr-07 21:20 
GeneralRe: Interview question - query Pin
yaminilatha17-Apr-07 22:26
yaminilatha17-Apr-07 22:26 
AnswerRe: Interview question - query Pin
Pete O'Hanlon17-Apr-07 22:41
mvePete O'Hanlon17-Apr-07 22:41 
Questionhow to edit access table Pin
rkherath17-Apr-07 20:04
rkherath17-Apr-07 20:04 
QuestionUsing BindingNavigator to update my table Pin
Eyungwah17-Apr-07 11:44
Eyungwah17-Apr-07 11:44 

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.