Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

SGBD/SQL | Forum profile

Forum profile page for SGBD/SQL on http://www.hardware.fr. This report page is the aggregated overview from a single forum: SGBD/SQL, located on the Message Board at http://www.hardware.fr. This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period. Additional forum profile information for "SGBD/SQL" on the Message Board at http://www.hardware.fr is also shown in the following ways:

1) Latest Active Threads
2) Hot Threads for Last Week

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.

Site: FORUM HardWare.fr - SGBD/SQL (site profile, domain info hardware.fr)
Title: SGBD/SQL
Url: http://forum.hardware.fr/hfr/programmation/sgbd...
Users activity: 26 posts per thread
Forum activity: 15 active threads during last week
 

Posting activity on SGBD/SQL:

  Week Month 3 Months
Threads: 15 58 188
Post: 49 173 489
 

SGBD/SQL Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
skeye
8
user's latest post:
Trigger : Oracle - SGBD/SQL -...
Published (2009-11-12 15:39:00)
a priori ton for each row n'a rien à foutre là, et tu as toutes les données dont tu as besoin pour faire les bonnes requêtes dans :NEW
lumi
7
user's latest post:
Trigger : Oracle - SGBD/SQL -...
Published (2009-11-12 16:23:00)
ou plutot ca :   select count(idE) into nombrecours from participe where idE=:new.idE;     select effectifmax into limiteeffectif from cours where idC=:new.idC;     select count(idC) into nombreetu from participe where idC=:new.idC;
Thordax
5
user's latest post:
Démon mysql qui prend tout le...
Published (2009-11-05 21:24:00)
Ah oui donc forcément, c'est biaisé à la base
flo850
5
user's latest post:
Démon mysql qui prend tout le...
Published (2009-11-05 21:33:00)
fait un test avec la base de données sur le serveur physique
Anteus
4
user's latest post:
Requete hierarchique - SGBD/SQL...
Published (2009-11-06 19:47:00)
Merci skeye pour le passage
masseur
4
user's latest post:
Requête sql avec jointure? -...
Published (2009-11-06 13:43:00)
skeye a écrit : mais non, réfléchis 30 secondes! Pourquoi ton id_membre serait égal à l'id du commentaire?   Ahahaha je me suis fais rire tout seul. Erreur d empressement dans mon ctrl+v   Code : SELECT * FROM `commentaires` INNER JOIN `commentaire_membre` ON commentaire_membre.cm_id_commentaire = commentaires.id WHERE cm_id_membre =1
couak
3
user's latest post:
Démon mysql qui prend tout le...
Published (2009-11-05 23:38:00)
Quelques pistes si tu arrives à isoler la cause de ton soucis :   Si problème d'insertion : mysql en ISAM possède une fonctionnalité intéressante pour le bulk insert, voir http://dev.mysql.com/doc/refman/4. [...] layed.html   Si problème de selection : grande chance que ce soit un plan d'exécution foireux Cela peut aussi être un hardware et/ou OS mal dimensionnés   Si problème avec le...
Magg27
2
user's latest post:
Relations entre tables sur MySQL...
Published (2009-11-10 16:03:00)
OK merci MagicBuzz. Ca a bien marché !   Mais maintenant lorsque je souhaite insérer une ligne dans ma table GERER on me propose de sélectionner l'idstaff (int) dans un menu déroulant. Mais dans ce menu les idstaff sont en positif et en négatif (ex : -1, -2, -3, -4, 1, 2, 3, 4), j'ai cherché du côté des attributs (UNSIGNED activé) mais le problème n'est pas là ...   D'autre part je ne dispose...
greeeg
1
user's latest post:
Intervalle de date, mysql 5 -...
Published (2009-11-08 13:41:00)
Hello,     Je suis entrain de migrer quelques script php interagissants avec une bdd mysql 4 sur mysql5. Une requête pourant valide en version 4 ne passe plus en version 5 et j'avoue que ça m'échappe un peu. Pouvez-vous éclairer ma lanterne ?   Code : SELECT * FROM stock WHERE dateAchat BETWEEN '2007-03%' AND '2009-07%';   dateAchat est un champ de type date.  ...
MagicBuzz
1
user's latest post:
Relations entre tables sur MySQL...
Published (2009-11-10 11:28:00)
Oui, tu dois créer une table "gérer", que ce soit en MySql ou autre. Il faudra bien ajouter des clauses Foreign Key vers les tables staff et customer ensuite.
 

Latest active threads on SGBD/SQL::

FORUM HardWare.fr
Started 5 days, 4 hours ago (2009-11-10 11:28:00)  by MagicBuzz
Oui, tu dois créer une table "gérer", que ce soit en MySql ou autre. Il faudra bien ajouter des clauses Foreign Key vers les tables staff et customer ensuite.
Thread:  Show this thread (5 posts)   Thread info: Relations entre tables sur MySQL - SGBD/SQL - Programmation - FORUM
HardWare.fr Size: 228 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Relations entre tables sur MySQL - SGBD/SQL - Programmation - FORUM
HardWare.fr :: SGBD/SQL :: FORUM HardWare.fr"
FORUM HardWare.fr
Started 3 days ago (2009-11-12 15:30:00)  by skeye
lumi a écrit : declare ideinscri number; BEGIN select idE into ideinscri from etudiant; Citation : ERROR at line 1: ORA-01422: exact fetch returns more than requested number of rows t'as qu'une ligne dans chaque table?
Thread:  Show this thread (11 posts)   Thread info: Trigger : Oracle - SGBD/SQL - Programmation - FORUM HardWare.fr Size: 979 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Trigger : Oracle - SGBD/SQL - Programmation - FORUM HardWare.fr :: SGBD/SQL :: FORUM HardWare.fr"
FORUM HardWare.fr
Started 5 days, 3 hours ago (2009-11-10 12:01:00)  by tibar
Voire BETWEEN '2007-03-01' AND '2009-07-31';
Thread:  Show this thread (2 posts)   Thread info: Intervalle de date, mysql 5 - SGBD/SQL - Programmation - FORUM HardWare.fr Size: 88 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Intervalle de date, mysql 5 - SGBD/SQL - Programmation - FORUM HardWare.fr :: SGBD/SQL :: FORUM HardWare.fr"
FORUM HardWare.fr
Started 1 week, 1 day ago (2009-11-06 19:37:00)  by skeye
euh, rajouter TYPE dans les colonnes demandée?
Thread:  Show this thread (5 posts)   Thread info: Requete hierarchique - SGBD/SQL - Programmation - FORUM HardWare.fr Size: 204 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Requete hierarchique - SGBD/SQL - Programmation - FORUM HardWare.fr :: SGBD/SQL :: FORUM HardWare.fr"
 

Hot threads for last week on SGBD/SQL::

SGBD/SQL
Started 3 days ago (2009-11-12 15:30:00)  by skeye
lumi a écrit : declare ideinscri number; BEGIN select idE into ideinscri from etudiant; Citation : ERROR at line 1: ORA-01422: exact fetch returns more than requested number of rows t'as qu'une ligne dans chaque table?
Thread:  Show this thread (11 posts)   Thread info: Trigger : Oracle - SGBD/SQL - Programmation - FORUM HardWare.fr Size: 979 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Trigger : Oracle - SGBD/SQL - Programmation - FORUM HardWare.fr :: SGBD/SQL :: FORUM HardWare.fr"
SGBD/SQL
Started 1 week, 2 days ago (2009-11-06 13:05:00)  by skeye
qu'est-ce que tu as essayé? Au passage, ta table commentaire_membre n'a aucun intérêt, mets directement l'id du membre dans la table commentaire...
Thread:  Show this thread (7 posts)   Thread info: Requête sql avec jointure? - SGBD/SQL - Programmation - FORUM HardWare.fr Size: 194 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Requête sql avec jointure? - SGBD/SQL - Programmation - FORUM HardWare.fr :: SGBD/SQL :: FORUM HardWare.fr"
SGBD/SQL
Started 1 week, 1 day ago (2009-11-06 19:37:00)  by skeye
euh, rajouter TYPE dans les colonnes demandée?
Thread:  Show this thread (5 posts)   Thread info: Requete hierarchique - SGBD/SQL - Programmation - FORUM HardWare.fr Size: 204 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Requete hierarchique - SGBD/SQL - Programmation - FORUM HardWare.fr :: SGBD/SQL :: FORUM HardWare.fr"
SGBD/SQL
Started 5 days, 4 hours ago (2009-11-10 11:28:00)  by MagicBuzz
Oui, tu dois créer une table "gérer", que ce soit en MySql ou autre. Il faudra bien ajouter des clauses Foreign Key vers les tables staff et customer ensuite.
Thread:  Show this thread (5 posts)   Thread info: Relations entre tables sur MySQL - SGBD/SQL - Programmation - FORUM
HardWare.fr Size: 228 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Relations entre tables sur MySQL - SGBD/SQL - Programmation - FORUM
HardWare.fr :: SGBD/SQL :: FORUM HardWare.fr"
SGBD/SQL
Started 5 days, 3 hours ago (2009-11-10 12:01:00)  by tibar
Voire BETWEEN '2007-03-01' AND '2009-07-31';
Thread:  Show this thread (2 posts)   Thread info: Intervalle de date, mysql 5 - SGBD/SQL - Programmation - FORUM HardWare.fr Size: 88 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Intervalle de date, mysql 5 - SGBD/SQL - Programmation - FORUM HardWare.fr :: SGBD/SQL :: FORUM HardWare.fr"