Click here to Skip to main content
15,887,083 members
Home / Discussions / Database
   

Database

 
GeneralRe: sql/oracle Pin
Mycroft Holmes9-Oct-08 15:56
professionalMycroft Holmes9-Oct-08 15:56 
GeneralRe: sql/oracle Pin
Al Ortega10-Oct-08 1:09
Al Ortega10-Oct-08 1:09 
GeneralRe: sql/oracle Pin
Paul Conrad9-Oct-08 7:19
professionalPaul Conrad9-Oct-08 7:19 
QuestionDifference b/w Inline View and Derived Table Pin
Gamzun9-Oct-08 4:49
Gamzun9-Oct-08 4:49 
AnswerRe: Difference b/w Inline View and Derived Table Pin
Wendelius9-Oct-08 7:42
mentorWendelius9-Oct-08 7:42 
QuestionHelp with Collation Problem on Joins Pin
Vimalsoft(Pty) Ltd9-Oct-08 4:05
professionalVimalsoft(Pty) Ltd9-Oct-08 4:05 
AnswerRe: Help with Collation Problem on Joins Pin
Paddy Boyd9-Oct-08 5:38
Paddy Boyd9-Oct-08 5:38 
QuestionIS NULL vs. = 'NULL' Pin
CodingYoshi9-Oct-08 4:03
CodingYoshi9-Oct-08 4:03 
What is the difference between IS NULL, = 'NULL' in MS SQL. When I query a table to get the first 10 rows with the following condition:

SELECT TOP 10 *
FROM TableA
WHERE ColumnX IS NULL

It gives me random rows, not the first 10 rows. ColumnX is all nulls but I need the first n rows. I noticed when I use this condition then I always get the first 10 rows:

WHERE ColumnX = 'NULL'

I know IsNull is a function but what is the difference between the other two?
AnswerRe: IS NULL vs. = 'NULL' Pin
Paddy Boyd9-Oct-08 5:39
Paddy Boyd9-Oct-08 5:39 
AnswerRe: IS NULL vs. = 'NULL' Pin
Wendelius9-Oct-08 6:23
mentorWendelius9-Oct-08 6:23 
GeneralRe: IS NULL vs. = 'NULL' Pin
Hesham Amin9-Oct-08 11:04
Hesham Amin9-Oct-08 11:04 
GeneralRe: IS NULL vs. = 'NULL' Pin
Wendelius9-Oct-08 11:11
mentorWendelius9-Oct-08 11:11 
AnswerRe: IS NULL vs. = 'NULL' Pin
nelsonpaixao9-Oct-08 12:52
nelsonpaixao9-Oct-08 12:52 
AnswerRe: IS NULL vs. = 'NULL' Pin
Mycroft Holmes9-Oct-08 16:00
professionalMycroft Holmes9-Oct-08 16:00 
QuestionORA-00936 missing expression Pin
StrayGrey9-Oct-08 2:37
StrayGrey9-Oct-08 2:37 
AnswerRe: ORA-00936 missing expression Pin
Al Ortega9-Oct-08 5:35
Al Ortega9-Oct-08 5:35 
GeneralRe: ORA-00936 missing expression Pin
StrayGrey9-Oct-08 6:02
StrayGrey9-Oct-08 6:02 
GeneralRe: ORA-00936 missing expression Pin
Wendelius9-Oct-08 6:39
mentorWendelius9-Oct-08 6:39 
GeneralRe: ORA-00936 missing expression Pin
Al Ortega9-Oct-08 16:40
Al Ortega9-Oct-08 16:40 
GeneralRe: ORA-00936 missing expression Pin
Wendelius9-Oct-08 18:23
mentorWendelius9-Oct-08 18:23 
GeneralRe: ORA-00936 missing expression Pin
Al Ortega10-Oct-08 15:45
Al Ortega10-Oct-08 15:45 
GeneralRe: ORA-00936 missing expression Pin
Wendelius10-Oct-08 19:53
mentorWendelius10-Oct-08 19:53 
AnswerRe: ORA-00936 missing expression Pin
Wendelius9-Oct-08 6:37
mentorWendelius9-Oct-08 6:37 
Questionimporting sample database Pin
Motajo Tolu9-Oct-08 1:53
professionalMotajo Tolu9-Oct-08 1:53 
AnswerRe: importing sample database Pin
Blue_Boy9-Oct-08 2:10
Blue_Boy9-Oct-08 2:10 

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.