Click here to Skip to main content
15,881,859 members
Home / Discussions / Database
   

Database

 
AnswerRe: Weird MS SQL "Error" Pin
Richard Deeming23-Jul-14 7:47
mveRichard Deeming23-Jul-14 7:47 
GeneralRe: Weird MS SQL "Error" Pin
GenJerDan23-Jul-14 8:10
GenJerDan23-Jul-14 8:10 
GeneralRe: Weird MS SQL "Error" Pin
Richard Deeming23-Jul-14 8:18
mveRichard Deeming23-Jul-14 8:18 
GeneralRe: Weird MS SQL "Error" Pin
GenJerDan23-Jul-14 8:28
GenJerDan23-Jul-14 8:28 
AnswerRe: Weird MS SQL "Error" Pin
jschell23-Jul-14 11:55
jschell23-Jul-14 11:55 
AnswerRe: Weird MS SQL "Error" Pin
Bernhard Hiller23-Jul-14 21:01
Bernhard Hiller23-Jul-14 21:01 
GeneralRe: Weird MS SQL "Error" Pin
GenJerDan24-Jul-14 3:14
GenJerDan24-Jul-14 3:14 
QuestionCONCAT names with condition Pin
Jassim Rahma20-Jul-14 11:51
Jassim Rahma20-Jul-14 11:51 
Hi,

I have first_name, middle_name and last_name in my customers table.

I want to do

SQL
SELECT CONCAT(first_name, ' ', middle_name, ' ', last_name)


The middle name is optional

so I want to ignore it if it's blank to be:

SQL
SELECT CONCAT(first_name, ' ', last_name)


because if I do it the normal way I'll have extra space between the first_name and last_name


Technology News @ www.JassimRahma.com

AnswerRe: CONCAT names with condition Pin
Mycroft Holmes20-Jul-14 12:53
professionalMycroft Holmes20-Jul-14 12:53 
GeneralRe: CONCAT names with condition Pin
PIEBALDconsult20-Jul-14 14:11
mvePIEBALDconsult20-Jul-14 14:11 
AnswerRe: CONCAT names with condition Pin
GuyThiebaut20-Jul-14 21:35
professionalGuyThiebaut20-Jul-14 21:35 
QuestionFatal error encountered during command execution while executing Mysql query Pin
ven75319-Jul-14 19:42
ven75319-Jul-14 19:42 
QuestionThe Log For the Database is Not Available Pin
Prakash S19-Jul-14 0:58
Prakash S19-Jul-14 0:58 
AnswerRe: The Log For the Database is Not Available Pin
Andrius Leonavicius19-Jul-14 13:40
professionalAndrius Leonavicius19-Jul-14 13:40 
GeneralRe: The Log For the Database is Not Available Pin
Prakash S20-Jul-14 20:08
Prakash S20-Jul-14 20:08 
GeneralRe: The Log For the Database is Not Available Pin
Andrius Leonavicius21-Jul-14 3:01
professionalAndrius Leonavicius21-Jul-14 3:01 
AnswerRe: The Log For the Database is Not Available Pin
Kornfeld Eliyahu Peter19-Jul-14 22:54
professionalKornfeld Eliyahu Peter19-Jul-14 22:54 
QuestionHow to select persons who didn't pay they'r bill for two mounth Pin
mohammadkaab18-Jul-14 5:57
mohammadkaab18-Jul-14 5:57 
AnswerRe: How to select persons who didn't pay they'r bill for two mounth Pin
Richard MacCutchan18-Jul-14 6:32
mveRichard MacCutchan18-Jul-14 6:32 
AnswerRe: How to select persons who didn't pay their bill for two months Pin
Richard Deeming18-Jul-14 6:49
mveRichard Deeming18-Jul-14 6:49 
GeneralRe: How to select persons who didn't pay their bill for two months Pin
PIEBALDconsult18-Jul-14 7:47
mvePIEBALDconsult18-Jul-14 7:47 
GeneralRe: How to select persons who didn't pay their bill for two months Pin
Richard Deeming18-Jul-14 7:52
mveRichard Deeming18-Jul-14 7:52 
AnswerRe: How to select persons who didn't pay they'r bill for two mounth Pin
Eddy Vluggen18-Jul-14 6:49
professionalEddy Vluggen18-Jul-14 6:49 
GeneralRe: How to select persons who didn't pay they'r bill for two mounth Pin
Mycroft Holmes18-Jul-14 14:49
professionalMycroft Holmes18-Jul-14 14:49 
AnswerRe: How to select persons who didn't pay they'r bill for two mounth Pin
PIEBALDconsult18-Jul-14 7:42
mvePIEBALDconsult18-Jul-14 7:42 

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.