Google Mail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
comp . databases . mysql
This is a Usenet group - learn more
Find or start a Google Group about mysql.
Group info
Group categories: Not categorised
More group info »
Related Groups
Low activity, Usenet
Using PHP with SQL databases.
Low activity, Usenet
Database and data management issues and theory.
Low activity, Usenet
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 5461  Older »
Description: MySQL RDBMS technical discussions.
 

Complex query on tree structure: Help! 
  I have a table called 'category' >show fields in category; +-------------+--------------- ---+------+-----+---------+--- -------------+ ...+-------------+------------ ------+------+-----+---------+ ----------------+ ...+-------------+------------ ------+------+-----+---------+ ----------------+ This forms a tree structure under which items are listed. It is never... more »
By The Natural Philosopher  - 26 Nov - 6 new of 6 messages    

difficult query...for me 
  Hi everybody, I cannot figure out how to resolve this query that I am gonna describe to you: I have 2 tables: CLUB VISITS CLUB contains many fields but the affected ones are: idclub number_of_visits VISITS contains: idvisit type_of_visit idclub What I would like the query to do is: list the CLUB table and in the "number_of_visit" field and put the COUNT... more »
By Franz  - 26 Nov - 23 new of 23 messages    

Got error 12 from storage engine 
  mysql> show variables; ERROR 1030 (HY000): Got error 12 from storage engine mysql> show databases; ERROR 1030 (HY000): Got error 12 from storage engine mysql> show status; ERROR 1030 (HY000): Got error 12 from storage engine mysql> select * from mysql.user limit 1; +-----------+------+---------- ------------------------------ ---... more »
By ljian  - 26 Nov - 3 new of 3 messages    

Table join question 
  Hi, I'm just learning mysql and have a question about joining tables. I have two tables, and they both have a field called 'rating'. However, these two fields do not correspond to the same thing. If I join the two tables, how do I specify each particular 'rating' in the result? So if I have a table 'file' with these fields:... more »
By Bob Sabiston  - 25 Nov - 10 new of 10 messages    

Socket Server with MySQL 
  I have a Java socket server that uses MySQL (5.0.27-community) as its backend. I've noticed if the server sits idle for a lengthy period of time (I have duplicated the results to generate a stack trace by not making a socket connection for 48 hours) it faults out with the stack trace listed below. I believe it is likely a mysql configuration... more »
By RVic  - 25 Nov - 12 new of 12 messages    

Full outer join? 
  I have used ms sql server 2008 express in school. I am new to sql. I have practiced using some of these joins from this example url here: [link] One of the joins i used was-> SELECT * FROM Table_A as A full outer Table_B as B ON A.PKey = B.PKey where A.PKey IS NULL OR B.Pkey IS NULL;... more »
By SQL newbie  - 25 Nov - 6 new of 6 messages    

Not so much empty resultset as empty field? 
  My query doesn't work on the occassion that transaction_id is null, which may be the case. How would I fix this? I thought checking for num_rows would sort this but I guess that's looking for an empty resultset, not a query that doesn't work. $result = mysql_query("SELECT transaction_id FROM booking WHERE... more »
By Chris  - 24 Nov - 4 new of 4 messages    

Error 1045 when connecting via Query Browser 
  Hi, MySQL NB here. Got a MySQL on linux. When connecting from the local machine (mysql -u<user> -p<password>) I can log in. When trying from my Win machine to connect using Query Browser, I get error 1045 "Access denied for user '<user>'@'Windows Machine IP' (using password: YES). I tried various combinations of " grant ALL on <DB> to <user>@<IP>;",... more »
By Ran Shenhar  - 23 Nov - 12 new of 12 messages    

Join 
  Afternoon all... Can someone help me with a join...as I now have no hair and am having trouble typing because of all the caffine... I have three tables: TABLE1, TABLE2 and TABLE3. All tables have the IDENTIFIER, QUANTITY and DATE. What I would like is to be able to produce a query that gives a list (for CURDATE()) a list of identifiers and quantities where each... more »
By rjre  - 23 Nov - 5 new of 5 messages    

Question about nested JOINs+subqueries, which way is most efficient? 
  For an application where users can nominate answers to survey questions, the master user can censor these to avoid abusive language such as obscenity etc. and approve all the reasonable answers, and then users can vote on their favorite already-approved answers by investing labor credits, I have three tables of... more »
By Robert Maas, http://tinyurl.com/uh3t  - 23 Nov - 1 new of 1 message    

1 - 10 of 5461   « Newer | Older »

XML      
Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google