Click here to Skip to main content
15,885,782 members
Home / Discussions / Database
   

Database

 
AnswerRe: Help me understand this unusual query... Pin
Luc Pattyn28-Dec-09 15:41
sitebuilderLuc Pattyn28-Dec-09 15:41 
QuestionRe: Help me understand this unusual query... Pin
Rafferty Uy28-Dec-09 15:46
Rafferty Uy28-Dec-09 15:46 
AnswerRe: Help me understand this unusual query... Pin
Luc Pattyn28-Dec-09 15:55
sitebuilderLuc Pattyn28-Dec-09 15:55 
GeneralRe: Help me understand this unusual query... Pin
Rafferty Uy28-Dec-09 16:00
Rafferty Uy28-Dec-09 16:00 
GeneralRe: Help me understand this unusual query... Pin
Luc Pattyn28-Dec-09 16:02
sitebuilderLuc Pattyn28-Dec-09 16:02 
AnswerRe: Help me understand this unusual query... Pin
WoutL28-Dec-09 21:24
WoutL28-Dec-09 21:24 
GeneralRe: Help me understand this unusual query... Pin
Rafferty Uy29-Dec-09 15:34
Rafferty Uy29-Dec-09 15:34 
AnswerRe: Help me understand this unusual query... Pin
Member 450194029-Dec-09 5:47
Member 450194029-Dec-09 5:47 
Something is wrong...in ansi sql databases:
The rows returned in the first query will be equal to or greater than the second.
All of the rows in the second will be included in the first.
The rows returned in the third query will never be in the first or second.
Need to figure this out before thinking about indexes and wildcards.
I would change the second qry as such: WHERE tblField1 = char(32)
just to be sure because-
select    ascii('	') --this equals 9
select    ascii(' ') --this equals 32

Create and put data in your Table1 and test if you are not convinced.
QuestionNeed help with constructing one query statement [modified] Pin
James Shao27-Dec-09 3:43
James Shao27-Dec-09 3:43 
AnswerRe: Need help with constructing one query statement Pin
Blue_Boy27-Dec-09 10:21
Blue_Boy27-Dec-09 10:21 
GeneralRe: Need help with constructing one query statement Pin
James Shao27-Dec-09 18:38
James Shao27-Dec-09 18:38 
AnswerCan anyone please help? Pin
James Shao28-Dec-09 12:13
James Shao28-Dec-09 12:13 
QuestionProblem installing MS SQL 2008 Express Pin
AndyASPVB26-Dec-09 22:26
AndyASPVB26-Dec-09 22:26 
AnswerRe: Problem installing MS SQL 2008 Express Pin
Roger Wright26-Dec-09 23:18
professionalRoger Wright26-Dec-09 23:18 
GeneralRe: Problem installing MS SQL 2008 Express Pin
AndyASPVB28-Dec-09 13:07
AndyASPVB28-Dec-09 13:07 
GeneralRe: Problem installing MS SQL 2008 Express Pin
Roger Wright28-Dec-09 15:51
professionalRoger Wright28-Dec-09 15:51 
QuestionGIS Data Archive Pin
KORCARI25-Dec-09 22:44
KORCARI25-Dec-09 22:44 
AnswerRe: GIS Data Archive Pin
loyal ginger26-Dec-09 5:52
loyal ginger26-Dec-09 5:52 
GeneralRe: GIS Data Archive Pin
KORCARI26-Dec-09 5:58
KORCARI26-Dec-09 5:58 
GeneralRe: GIS Data Archive Pin
Roger Wright26-Dec-09 23:30
professionalRoger Wright26-Dec-09 23:30 
QuestionHow to create FileName or Folder name with space ? Pin
Golden Jing24-Dec-09 22:27
Golden Jing24-Dec-09 22:27 
AnswerRe: How to create FileName or Folder name with space ? [modified] Pin
Andy_L_J25-Dec-09 8:53
Andy_L_J25-Dec-09 8:53 
GeneralRe: How to create FileName or Folder name with space ? Pin
Golden Jing26-Dec-09 0:06
Golden Jing26-Dec-09 0:06 
GeneralRe: How to create FileName or Folder name with space ? Pin
Tim Carmichael26-Dec-09 1:23
Tim Carmichael26-Dec-09 1:23 
GeneralRe: How to create FileName or Folder name with space ? Pin
Golden Jing26-Dec-09 23:38
Golden Jing26-Dec-09 23:38 

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.