Click here to Skip to main content
15,922,419 members
Home / Discussions / Database
   

Database

 
Question"Neat-a-fying" a huge query [modified] Pin
MatthysDT27-Aug-08 23:15
MatthysDT27-Aug-08 23:15 
AnswerRe: "Neat-a-fying" a huge query Pin
Wendelius27-Aug-08 23:58
mentorWendelius27-Aug-08 23:58 
AnswerRe: "Neat-a-fying" a huge query Pin
TheFM23428-Aug-08 16:52
TheFM23428-Aug-08 16:52 
Questionremove commas in a column in mssql Pin
phokojoe27-Aug-08 20:18
phokojoe27-Aug-08 20:18 
AnswerRe: remove commas in a column in mssql Pin
Blue_Boy27-Aug-08 20:47
Blue_Boy27-Aug-08 20:47 
GeneralRe: remove commas in a column in mssql Pin
phokojoe28-Aug-08 0:58
phokojoe28-Aug-08 0:58 
GeneralRe: remove commas in a column in mssql Pin
Blue_Boy28-Aug-08 1:42
Blue_Boy28-Aug-08 1:42 
GeneralRe: remove commas in a column in mssql Pin
phokojoe28-Aug-08 4:20
phokojoe28-Aug-08 4:20 
i have just tested it, but the problem is, i have so many entries in that column. when i write a column name, it does not replace the commas, instead it returns the column name not even the entries in that column. eg.

like i said, the values in that column are of this shape:
01,02,M,045,1948,2,21 and the column name (field) is say column1 i will write:

select replace('column1',',','') it only returns column1 not 0102M0451948221.

please help me on this. Roll eyes | :rolleyes:

phokojoe

GeneralRe: remove commas in a column in mssql Pin
Blue_Boy28-Aug-08 4:27
Blue_Boy28-Aug-08 4:27 
GeneralRe: remove commas in a column in mssql Pin
phokojoe28-Aug-08 4:51
phokojoe28-Aug-08 4:51 
GeneralRe: remove commas in a column in mssql Pin
Blue_Boy28-Aug-08 5:06
Blue_Boy28-Aug-08 5:06 
QuestionHow to use a string variable in SQL query string? Pin
chenayang27-Aug-08 18:43
chenayang27-Aug-08 18:43 
AnswerRe: How to use a string variable in SQL query string? Pin
N a v a n e e t h27-Aug-08 19:33
N a v a n e e t h27-Aug-08 19:33 
GeneralRe: How to use a string variable in SQL query string? Pin
chenayang27-Aug-08 23:42
chenayang27-Aug-08 23:42 
QuestionProblem with SQL Query doing inner joins [modified] Pin
Sunset Towers27-Aug-08 14:23
Sunset Towers27-Aug-08 14:23 
AnswerRe: Problem with SQL Query doing inner joins Pin
PIEBALDconsult27-Aug-08 16:09
mvePIEBALDconsult27-Aug-08 16:09 
GeneralRe: Problem with SQL Query doing inner joins Pin
Sunset Towers27-Aug-08 16:14
Sunset Towers27-Aug-08 16:14 
QuestionInput requested on SQL Random String Generator Pin
Jesse Wimberley27-Aug-08 13:47
Jesse Wimberley27-Aug-08 13:47 
Questionbetween max() and min() Pin
nelsonpaixao27-Aug-08 13:33
nelsonpaixao27-Aug-08 13:33 
AnswerRe: between max() and min() Pin
TheFM23427-Aug-08 13:52
TheFM23427-Aug-08 13:52 
AnswerRe: between max() and min() Pin
Blue_Boy27-Aug-08 21:02
Blue_Boy27-Aug-08 21:02 
AnswerRe: between max() and min() Pin
MatthysDT28-Aug-08 1:34
MatthysDT28-Aug-08 1:34 
Questionarray Pin
nelsonpaixao27-Aug-08 13:09
nelsonpaixao27-Aug-08 13:09 
AnswerRe: array Pin
Ashfield27-Aug-08 20:57
Ashfield27-Aug-08 20:57 
AnswerRe: array Pin
MatthysDT28-Aug-08 1:56
MatthysDT28-Aug-08 1:56 

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.