MySQL is an open-source, relational database management system.
0
votes
1answer
19 views
django and celery beat scheduler no database entries
my problem is that the beat scheduler doesn't store entries in the table 'tasks' and 'workers'. i use django and celery. in my database (MySQL) i have added a periodic tast "Estimate Region" with ...
0
votes
3answers
41 views
First drop-down box in PHP with Javascript does not keep my selection
I am a beginner PHP programmer. I have managed to put together the following code, which creates a double drop-down list from a MySQL database. In the first box you are supposed to select a claims ...
-8
votes
0answers
27 views
where can i add a union statement in this querry, here is the querry [closed]
select p.PlayerName,p.ClubNo, sum(g.GoalsScored) as League
from goalscorer g join players p on g.PlayerID=p.PlayerId
where g.Tournament='FSL' and g.SeasonID in (select SeasonID from season where ...
0
votes
1answer
31 views
Using DATE_FORMAT to group in mysql
I am writing an SQL query in Mysql where the result should be grouped by both an ID and the date. The date is determined dynamically, and can either be a simple datetime field, or a combination of the ...
0
votes
1answer
26 views
Mysql Bulk Update
I have to execute ~6k update queries on a table through sql (No Hibernate/JDBC). Query is something like
update A set some_id='value1' where id='value2'
It takes too long to execute all these ...
0
votes
1answer
41 views
Simple mySQL query failing
I have the following mySQL query, and for some reason I can't get it working.
I have two tables:
exp_competition_purchase_upload_total contains a member id and total_uploads column.
...
1
vote
4answers
42 views
MySQL data can not be updated
i have a little problem here. No error notice showing, but the data is not inserted / updated into database. Can anybody tell me why?
Here is my code:
$perbandingan = mysql_query("SELECT * FROM ...
2
votes
1answer
44 views
Join two mysql queries
I have 3 tables
Table1
RouteID int
departure_stop int
destination_stop int
Price decimal(6,2)
Table2
StopID int
Stop varchar(50)
...
1
vote
1answer
29 views
Does Database Indexing play any important role in Parent Child table?
Look at this 1st scenario, you got a table that has 2 columns- Parent (P) & Child (C).
P-C
1-3
2-8
3-6
6-4
8-7
When users search for all descendants of "1" then it will show:
P-C
1-3
3-6
6-4
...
-5
votes
0answers
53 views
MySQL 5 / PHP .CSV [closed]
I have a .csv file that contains DTR Logs of employee. If opened in Excel its output is like this:
Name AC-No. Time State Exception Operation
[Name of ...
-2
votes
1answer
70 views
Notice: Undefined variable:( PDO ) [closed]
I've been trying for over 5 hours to understand why my query doesn't return my database values, I've tested with a different query to return my _iD which equls my User ID and I am able to connect but ...
2
votes
2answers
34 views
Reusage of lost AUTO_INCREMENT values
I try to understand the exact behaviour of innodb regarding reusage of gaps that may occur in the sequences of AUTO_INCREMENT values. The problem is that it seems to me that I found two contradictory ...
0
votes
1answer
27 views
How to use other table field in SQL Where clause
I have a scenario were i need to select the rows from one table provided the the condition satisfies in other table.
Sorry if i am confusing....
I am using MySQL as database with python 2.6 to ...
0
votes
2answers
17 views
How to sanitize Mysql queries with XSL template?
I have a XSL associate with an XML file. This XSL aim to create Mysql queries but in my XML I had some special characters like apostroph ' which break my queries. Do you know how I can sanitize my XSL ...
1
vote
2answers
40 views
MySQL not using multiple column index
I have query with columns in where clause which are part of primary key and have foreign key indexes on all columns.
EXPLAIN SELECT aggEI.c_id AS companyId, aggEI.ei_uid AS uuid
FROM AGG_EI AS ...
-2
votes
0answers
27 views
Java: url parameter and sql jasper
Are there any good resources or examples I can try? I would like to have my report work based on the value in the url which in turn executes a sql statment with the parameter and generate a report.For ...
0
votes
1answer
23 views
symfony 1.4 & doctrine 1.2 - one model for a few tables
I am using Symfony 1.4 and Doctrine 1.2 (MySQL) as ORM and have some problems.
The project is realy big and there are too many parameters that must be saved.
I have one table DataFlow and now i have ...
0
votes
1answer
5 views
How do I get the CloudBees Database password
I want to access my CloudBees managed Database (MySQL) with a password from my app and client - how to I get it?
0
votes
0answers
32 views
MySQL - select into variables in trigger results in null
I'd like to calculate a column in a table with a trigger but i only get NULL as the result for points.
I declared 2 local variables to not perform 2 queries to get the values.
I think, the ...
0
votes
0answers
28 views
JPA WebappClassLoader not able to load persistence.xml
Good Morning, I try runnung a gae app on Tomcat 7.040 and MySQL (JPA). I have added the following libs in the war/WEB-INF/lib folder.
eclipselink.jar
javax.persistence_2.0.4.v201112161009.jar
...
0
votes
2answers
22 views
Java - MySQL Calling Stored Procedure
I'm trying to call a Stored Procedure from Java. However, what I did was looking for a Function instead. What did I miss? Here's what I have tried so far;
open();
try {
statement = ...
0
votes
1answer
22 views
MySQL non indexed columns in select clause
When i have both primary key columns and non primary key columns in select clause, EXPLAIN output under Extra shows empty as below:
Query :
EXPLAIN SELECT aggEI.c_id AS companyId,aggEI.uid AS ...
1
vote
1answer
38 views
How to get work this complicated query?
This is my database schema:
Post:
id
title
body
date
Tag:
id
title
Post_Tag:
id
id_post
id_tag
Comment:
id
id_post
body
date
and this is the query to show post with all associated tags and the ...
3
votes
2answers
49 views
MySQL Relational query
I need a query suggestion.
I have 3 tables with table schema as below:
clause_type:
-------------
clause_type_id clause_type_title
-------------- ------------
1 clause type 1
2 ...
-1
votes
1answer
47 views
mysql_insert_id always returns 1 , with no rows added in the DB
I'm working with the following code :
$sql = "insert into " . $mainDb .
".carrot_purchases_history(userid,pack_id,type,type_amount,carrots,coins,purchase_date,order_id)
...
2
votes
6answers
52 views
Count how many rows have the same value
How do i write an SQL query to count the total number of a specific num value in the num column of a table.
e.g. select where num = 1
result: 2
+-----+-----+
| NAME | NUM |
+=====+=====+
| SAM | ...
8
votes
2answers
68 views
Get Popular words in PHP+MySQL
How do I go about getting the most popular words from multiple content tables in PHP/MySQL.
For example, I have a table forum_post with forum post; this contains a subject and content.
Besides these ...
0
votes
4answers
55 views
Using Jquery Ajax to retrieve data from Mysql
I have learn but still some confusion so i put my code here.
list.php For simple ajax code that i want to display only records of Mysql table
...
0
votes
4answers
37 views
how can i set intervals in sending mails? [closed]
when a user submits a form in my website, a notification email will be sent to all active suppliers, which are 250 different suppliers.
I used the mail() function for this, but sometimes users see ...
0
votes
1answer
24 views
Socket Error without using System.Net.Sockets
I am going to ask you a stupid question once again.
I am getting the following error:
A request to send or receive data was disallowed because the socket is not connected and (when sending on a ...
1
vote
2answers
28 views
How does WHERE clause work (interchanging LHS and RHS)
I tried the following query in MySQL,
select first_name from my_contacts WHERE 'Blunt' = last_name;
and it works fine.
Just like,
select first_name from my_contacts WHERE last_name = 'Blunt';
...
0
votes
3answers
25 views
Read specific values from two tables with single result - mysql
I have two tables say Listings and Catalog_Options
Listings
listing_id
catalog_option_1
catalog_option_2
catalog_option_3
Catalog_Options
id
value
Here catalog_option_1, catalog_option_2, ...
0
votes
1answer
31 views
can only get one value for $row['id']
I'm trying to get all the records in my database and it was successful, however I can only get 1 id value. I need to get all the id in my database and call a javascript function. In my code I can only ...
0
votes
0answers
15 views
ECONNREFUSED mysql nodejs
I'm trying to follow the 'tutorial' on http://www.gianlucaguarini.com/blog/push-notification-server-streaming-on-a-mysql-database/ to get accustomed to node and node+mysql. It throws an error whilst ...
-13
votes
0answers
48 views
what is the code for checking that user is registered or not for further process in php? [closed]
i am creating website for dress and saree. In that registered user can see all the information about this website and non-registered user can see only home page.
0
votes
2answers
45 views
How to run an Update Query instead of Insert for Count(1)
The below sql query i require to run an update instead of an insert due to duplicates.
Insert into test_reports (Table_Name, Total_Count) SELECT "West Midlands", COUNT(1) FROM table1 where location = ...
0
votes
1answer
21 views
getting similar images by tag , but filtering images with certain category
i have 3 tables
images
id , name
1 , abc
image_tags
id , image_id , tag
1 , 1345 , football
2 , 1345 , sport
3 , 1666 , football
image_categories
...
-4
votes
0answers
26 views
MC quiz with php/MySQL [closed]
I'm about to make a MC quiz app for web/android with 4 possible answers for each question. I must admit that i'm a newbie to this.
When each question is answered the script should go to the next ...
0
votes
0answers
9 views
How to access EngineYard database from local machine?
I have created a Rails application and hosted it on EngineYard. Now I want to manually insert one record into my database.[Database: MYSQL]
How can I access EngineYard's database from my local ...
0
votes
1answer
31 views
mysql join select min(date) and max (date) between two tables
I have two tables in my database one is for venue and the other is for booking. what I need is a query to select all the venue that are not booked. See below:
table booking has the following fields:
...
0
votes
3answers
50 views
How do I give each registered user their own url using PHP?
I am creating a shopping portal where each customer will post their products and we will be providing a separate username and password for that customer once payment has been made. So I need to create ...
0
votes
7answers
38 views
MySQL all rows that only match a field value
EDITED
I need to execute a query that only brings me the user_id who have all of his phones confirmed = 2, not just one or two, must be all of them.
My table looks like this:
id user_id ...
0
votes
3answers
55 views
Division of sum of time
I am trying to get the average hours per event out of this query:
SEC_TO_TIME(sum(q2.HOURS))/sum(q2.Events)as Average
TIME_TO_SEC(sum(q2.HOURS)) result = 838:59:59
I want to divide this by the ...
1
vote
1answer
11 views
InnoDB: Operating system error number 23 in a file operation
Yesterday, my local server HDD crashes and goes for automatic scandisk at start up. I was not in office so I really don't know what had happen. But today when we start Server we are getting
130523 ...
-1
votes
3answers
57 views
I am receiving an error which says column “address” can not be null
I am trying to run a query but whenever I run I get an error saying that "column address cannot be null".
here is my code.
package com.rajesh.action;
import java.sql.*;
public class AccountDao {
...
0
votes
3answers
37 views
MySQL how many columns table have [duplicate]
I have table:
SHOW COLUMNS FROM `darbuotojai`;
+--------------+--------------+------+-----+---------+----------------+
| Field | Type | Null | Key | Default | Extra |
...
3
votes
3answers
45 views
Why is left outer join failing here for me?
I see nothing wrong here, but why does this give me
/* SQL Error (1064): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to ...
3
votes
1answer
45 views
Third Solution for Student Course relationship
i was interviewed with a question, and i am not sure, if the interviewer was trying to confuse me or he was serious.
Question was something, that we have a
student Table , lets say
Student
ID , ...
-1
votes
2answers
13 views
select class b from mysql table of ips
What is a method to extract the first two octets from a table of IPs (1.2.3.4) and put them into another table (1.2)?
This next line is a filler to get rid of the "does not meet our quality standards" ...
3
votes
1answer
63 views
PHP/MYSQL: Slowly iterate through 6k rows and for every row create new records - Algorithm
I'm sorry for stupid question, but I have one of these days, where I feel like the dumbest programmer. I need your help. I'm currently developing with PHP and MYSQL, where I'm like super low skilled ...



