Click here to Skip to main content
15,892,643 members
Home / Discussions / Database
   

Database

 
Questionin urgent need of query Pin
Member 305788711-May-09 1:38
Member 305788711-May-09 1:38 
AnswerRe: in urgent need of query Pin
Ennis Ray Lynch, Jr.11-May-09 3:37
Ennis Ray Lynch, Jr.11-May-09 3:37 
AnswerRe: in urgent need of query Pin
Jondo24shoots13-May-09 1:16
Jondo24shoots13-May-09 1:16 
AnswerRe: in urgent need of query Pin
Jondo24shoots13-May-09 1:26
Jondo24shoots13-May-09 1:26 
Question[Message Deleted] Pin
LucBite10-May-09 20:04
LucBite10-May-09 20:04 
AnswerRe: ASP.NET EMAIL FUNCTIONALITY APPLICATIONS Pin
Ashfield10-May-09 20:52
Ashfield10-May-09 20:52 
Questionproblem in select sql query Pin
Shuaib wasif khan10-May-09 7:34
Shuaib wasif khan10-May-09 7:34 
AnswerRe: problem in select sql query Pin
Luc Pattyn10-May-09 8:14
sitebuilderLuc Pattyn10-May-09 8:14 
Hi,

the WHERE clause supports logic operators AND, OR, NOT as well as parentheses, so you could do things like
SELECT ... FROM ... WHERE (field1='jan' OR field1='feb') AND NOT field2=12 ORDER BY ...

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

The quality and detail of your question reflects on the effectiveness of the help you are likely to get.
Show formatted code inside PRE tags, and give clear symptoms when describing a problem.

GeneralRe: problem in select sql query Pin
Shuaib wasif khan10-May-09 8:30
Shuaib wasif khan10-May-09 8:30 
AnswerRe: problem in select sql query Pin
Jondo24shoots13-May-09 1:44
Jondo24shoots13-May-09 1:44 
QuestionHow to find row after query ? Pin
E_Gold10-May-09 6:50
E_Gold10-May-09 6:50 
AnswerRe: How to find row after query ? Pin
Blue_Boy10-May-09 9:00
Blue_Boy10-May-09 9:00 
AnswerRe: How to find row after query ? Pin
David Mujica10-May-09 15:17
David Mujica10-May-09 15:17 
QuestionDataset.merge() bad performance Pin
smr8510-May-09 0:25
smr8510-May-09 0:25 
QuestionDeleting Coresponding Row(s) Pin
JustinRiggs9-May-09 10:47
JustinRiggs9-May-09 10:47 
AnswerRe: Deleting Coresponding Row(s) Pin
JustinRiggs9-May-09 12:50
JustinRiggs9-May-09 12:50 
GeneralRe: Deleting Coresponding Row(s) Pin
AlexeiXX39-May-09 17:34
AlexeiXX39-May-09 17:34 
AnswerRe: Deleting Coresponding Row(s) Pin
AlexeiXX39-May-09 17:30
AlexeiXX39-May-09 17:30 
Questionsql toolkit Pin
Tauseef A9-May-09 10:38
Tauseef A9-May-09 10:38 
AnswerRe: sql toolkit Pin
Colin Angus Mackay10-May-09 3:26
Colin Angus Mackay10-May-09 3:26 
QuestionSearching a multidemensional array... Pin
new_phoenix9-May-09 9:30
new_phoenix9-May-09 9:30 
AnswerRe: Searching a multidemensional array... Pin
riced10-May-09 2:11
riced10-May-09 2:11 
QuestionCursors in SQL Server 2000 SPs Pin
Syed Shahid Hussain9-May-09 4:49
Syed Shahid Hussain9-May-09 4:49 
QuestionHow to find original row count in MySQL? Pin
Willington8-May-09 23:48
Willington8-May-09 23:48 
AnswerRe: How to find original row count in MySQL? Pin
scottgp9-May-09 9:00
professionalscottgp9-May-09 9:00 

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.