Click here to Skip to main content
15,799,186 members
Home / Discussions / Linux, Apache, MySQL, PHP
   

Linux, Apache, MySQL, PHP

 
AnswerRe: Data Mapping in PHP Pin
cjoki25-May-11 6:56
cjoki25-May-11 6:56 
GeneralRe: Data Mapping in PHP Pin
grmihel225-May-11 22:54
grmihel225-May-11 22:54 
GeneralRe: Data Mapping in PHP Pin
cjoki26-May-11 10:43
cjoki26-May-11 10:43 
GeneralIphone Development Training Courses Pin
karnti45452-Jun-12 0:18
karnti45452-Jun-12 0:18 
QuestionMySQL & PHP query: using SELECT * and DISTINCT Pin
whatsa19-May-11 15:25
whatsa19-May-11 15:25 
AnswerRe: MySQL & PHP query: using SELECT * and DISTINCT Pin
Luc Pattyn19-May-11 16:31
sitebuilderLuc Pattyn19-May-11 16:31 
AnswerRe: MySQL & PHP query: using SELECT * and DISTINCT Pin
urtrivedi19-May-11 18:58
urtrivedi19-May-11 18:58 
AnswerRe: MySQL & PHP query: using SELECT * and DISTINCT Pin
cjoki25-May-11 6:41
cjoki25-May-11 6:41 
A sub-select with a GROUP_CONCAT should do it....although I have not test this query.

select GROUP_CONCAT((select DISTINCT model FROM models where shw=1 ORDER BY modelid)) as mod_name, * FROM models where shw=1 ORDER BY modelid

this would return the subselect as a comma seperated value on each row by a column named "mod_name".

I would advise that you do not use the "*" in the other query as this forces mysql to do a secondary query to find and return the column names for the table models, it is better to just set them in the query to improve performance.
Chris J
www.redash.org

Questionecho not working Pin
Steve Harp19-May-11 7:05
Steve Harp19-May-11 7:05 
AnswerRe: echo not working Pin
Graham Breach19-May-11 7:25
Graham Breach19-May-11 7:25 
GeneralRe: echo not working Pin
Steve Harp19-May-11 10:50
Steve Harp19-May-11 10:50 
QuestionE-mail tracking in PHP Pin
ubaidur19-May-11 3:30
ubaidur19-May-11 3:30 
AnswerRe: E-mail tracking in PHP Pin
Gerben Jongerius19-May-11 4:47
Gerben Jongerius19-May-11 4:47 
GeneralRe: E-mail tracking in PHP Pin
ubaidur19-May-11 22:06
ubaidur19-May-11 22:06 
AnswerRe: E-mail tracking in PHP Pin
cjoki25-May-11 6:32
cjoki25-May-11 6:32 
QuestionHow to Compile a .PHP File Pin
Sajju201114-May-11 10:06
Sajju201114-May-11 10:06 
AnswerRe: How to Compile a .PHP File Pin
Luc Pattyn14-May-11 12:09
sitebuilderLuc Pattyn14-May-11 12:09 
QuestionBLDMAKE ERROR: Can't find any RVCT installation. Pin
Raj Aryan 100110-May-11 6:03
Raj Aryan 100110-May-11 6:03 
AnswerRe: BLDMAKE ERROR: Can't find any RVCT installation. Pin
Uilleam23-Jul-11 16:17
Uilleam23-Jul-11 16:17 
QuestionExecuting PHP script without leaving the page Pin
AmbiguousName3-May-11 6:03
AmbiguousName3-May-11 6:03 
AnswerRe: Executing PHP script without leaving the page Pin
enhzflep3-May-11 6:09
enhzflep3-May-11 6:09 
AnswerRe: Executing PHP script without leaving the page Pin
enhzflep3-May-11 7:39
enhzflep3-May-11 7:39 
QuestionTo use or not to use Pin
astra.20123-May-11 1:10
astra.20123-May-11 1:10 
QuestionPHP Form help Pin
Dave McCool30-Apr-11 9:54
Dave McCool30-Apr-11 9:54 
AnswerRe: PHP Form help Pin
Peter_in_27801-May-11 5:59
professionalPeter_in_27801-May-11 5:59 

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.