PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Forums Hébergement > Forum Logiciels d'hébergement > mailing.database.mysql > How to: retreive school name using school id
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
How to: retreive school name using school id

Réponse
 
LinkBack Outils de la discussion
Vieux 22/04/2006, 17h52   #1
jullietta.jung@gmail.com
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut How to: retreive school name using school id

HI,

I have a Questionnaire table that has a column "SchoolId"(int).
I want to return the questionnaire table with the name of the school
rather than the SchoolId (schoolid and schoolName are stored in another
table).

Hope this makes sense.
Thanks
Jules

  Réponse avec citation
Vieux 22/04/2006, 18h25   #2
jullietta.jung@gmail.com
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: How to: retreive school name using school id

Sorry I should add that there are 2 schoolId coloumns in the
questionnaire table.
I school id for the visiting school and another for the home school.

- Jules

  Réponse avec citation
Vieux 23/04/2006, 01h57   #3
Bill Karwin
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: How to: retreive school name using school id

jullietta.jung@gmail.com wrote:
> HI,
>
> I have a Questionnaire table that has a column "SchoolId"(int).
> I want to return the questionnaire table with the name of the school
> rather than the SchoolId (schoolid and schoolName are stored in another
> table).


Sounds like you need to make a join between the two tables:

SELECT s.schoolName, q.question, q.answer
FROM school AS s JOIN questionnaire AS q USING (SchoolId)

Regards,
Bill K.
  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 11h05.


Édité par : vBulletin® version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,07126 seconds with 11 queries