Click here to Skip to main content
15,900,906 members
Home / Discussions / Database
   

Database

 
GeneralRe: How can i select more records Pin
Colin Angus Mackay11-Apr-05 4:56
Colin Angus Mackay11-Apr-05 4:56 
AnswerRe: How can i select more records Pin
Colin Angus Mackay11-Apr-05 4:54
Colin Angus Mackay11-Apr-05 4:54 
GeneralHelp Needed Pin
Anonymous11-Apr-05 2:31
Anonymous11-Apr-05 2:31 
GeneralRe: Help Needed Pin
Colin Angus Mackay11-Apr-05 3:12
Colin Angus Mackay11-Apr-05 3:12 
QuestionBest way to use criteria in SQL statements? Pin
WindSailor11-Apr-05 0:46
WindSailor11-Apr-05 0:46 
AnswerRe: Best way to use criteria in SQL statements? Pin
Colin Angus Mackay11-Apr-05 3:11
Colin Angus Mackay11-Apr-05 3:11 
GeneralRe: Best way to use criteria in SQL statements? Pin
WindSailor11-Apr-05 8:41
WindSailor11-Apr-05 8:41 
GeneralRe: Best way to use criteria in SQL statements? Pin
WindSailor11-Apr-05 21:32
WindSailor11-Apr-05 21:32 
Thanks Colin,

I ended up using an INNER JOIN similar to what follows:

SELECT * FROM Table1 INNER JOIN Table2 ON Table1.Num1 = Table2.Ber1 AND Table1.Num2 = Table2.Ber2 AND Table1.Num3 = Table2.Ber3 WHERE ItemValue > 100 ORDER BY ItemWeight, AndAnythingElse

This was the easiest, just didn't know what was best.


GeneralCOALESCE(NULLIF(@intError, 0), @@ERROR) Pin
_J_10-Apr-05 23:03
_J_10-Apr-05 23:03 
Generalquestion regarding to SQL SERVER Pin
eshban28410-Apr-05 19:29
eshban28410-Apr-05 19:29 
GeneralRe: question regarding to SQL SERVER Pin
Colin Angus Mackay10-Apr-05 19:59
Colin Angus Mackay10-Apr-05 19:59 
GeneralRe: question regarding to SQL SERVER Pin
si_6911-Apr-05 11:20
si_6911-Apr-05 11:20 
GeneralRe: question regarding to SQL SERVER Pin
Colin Angus Mackay11-Apr-05 12:09
Colin Angus Mackay11-Apr-05 12:09 
GeneralRe: question regarding to SQL SERVER Pin
si_6911-Apr-05 22:09
si_6911-Apr-05 22:09 
GeneralSql Stored procedure Pin
Mahesh167910-Apr-05 18:32
Mahesh167910-Apr-05 18:32 
GeneralRe: Sql Stored procedure Pin
Colin Angus Mackay10-Apr-05 20:53
Colin Angus Mackay10-Apr-05 20:53 
GeneralRe: Sql Stored procedure Pin
turbochimp11-Apr-05 10:24
turbochimp11-Apr-05 10:24 
QuestionExecuteReader in Business layer? Pin
IlanTal9-Apr-05 23:02
IlanTal9-Apr-05 23:02 
AnswerRe: ExecuteReader in Business layer? Pin
Mike Dimmick10-Apr-05 9:25
Mike Dimmick10-Apr-05 9:25 
GeneralRe: ExecuteReader in Business layer? Pin
IlanTal10-Apr-05 19:30
IlanTal10-Apr-05 19:30 
GeneralSQL Server: Views over Select Statements Pin
matthias s.9-Apr-05 10:29
matthias s.9-Apr-05 10:29 
GeneralRe: SQL Server: Views over Select Statements Pin
Colin Angus Mackay9-Apr-05 16:36
Colin Angus Mackay9-Apr-05 16:36 
GeneralRe: SQL Server: Views over Select Statements Pin
matthias s.9-Apr-05 23:45
matthias s.9-Apr-05 23:45 
GeneralRe: SQL Server: Views over Select Statements Pin
Colin Angus Mackay10-Apr-05 0:29
Colin Angus Mackay10-Apr-05 0:29 
GeneralADO connection to Access Database with HTA Pin
D4damage9-Apr-05 7:44
D4damage9-Apr-05 7: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.