473,544 Members | 2,074 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

MySQL Database Forum

MySQL database (open source) - Ask questions about mysql server, setup, queries, optimization, errors, tables, syntax, functions, SQL, storage engines, MySQL cluster, replication, scalability, availability, stored procedures, views and more.
0
1,287
thread by: diin boateng | last post Dec 25 '10 by: diin boateng
I have managed to do this report query. The good news is that it works but the returned query ignores all the other books which do not have sales or gift records for the previous months(10). What I need is for it to show records for all books in the table irrespective of previous month sales or gifted.Any help will be much appreciated SELECT...
0
1,015
thread by: Koenraad | last post Dec 24 '10 by: Koenraad
Dear sir/madam, I have the following query wich works but now idd like to get the a.title and a.label from a different tabel known as ".$_SESSION." How do i fit this extra query into this one? Do i add an outer join or do i make a union? It eventually fills in a function for a menu. Does anybody have a luminous idea, idd rrrrealy apreciated...
0
1,121
thread by: sandy churchill | last post Dec 22 '10 by: sandy churchill
I am getting the following message: Index and length must refer to a location within the string. Parameter name: length It says the error is in Line 68 Line 66: <td align="center" valign="top"> Line 67: <asp:HyperLink runat="server" CssClass="animallink" ID="lnkAnimal" NavigateUrl='<%# "animal_detail.aspx?ID=" &...
1
1,317
thread by: Brad Blankenshi | last post Dec 21 '10 by: Rabbit
I am creating a query that has multiples unions and a GROUP BY. If I remove the GROUP BY, it works, just doesn't provide the results I'm looking for. Can someone provide assistance to help me get this working with the GROUP BY? (SELECT "Software" as saletype, DATE_FORMAT(quotes.original_po_date,"%Y-%m") as m, sum(quotes_cstm.softwaretotal_c)...
1
1,748
thread by: vijay bharath | last post Dec 21 '10 by: AutumnsDecay
How to store table of data into mysql at single query ? please reply me
1
2,632
thread by: liam kitson | last post Dec 21 '10 by: AutumnsDecay
Hello, I have a mysql database called sensor_data. Every 30 minutes a script inserts the power usage to this database and also the cost depending on the day/night tariff Rec Date Time Reading Usage Cost Tar 2771 2010-12-20 16:00:00 RFXPower 67044.6 0.5 0.09 0.18 What I am looking for is a mysql query that will...
5
3,030
thread by: mike j | last post Dec 20 '10 by: AutumnsDecay
Hi everyone, If anyone could help me with this problem I'd appreciate it greatly. Basically I have a simple table on my database. It is linked with a php form that I created on my site. The php form allows a person to input information on it (firstname, lastname, email) and then it gets stored in the database table. Now on my other server it...
0
1,431
thread by: vijay bharath | last post Dec 18 '10 by: vijay bharath
how to take backup of database using java by query itself? please help
1
1,428
thread by: Ed Gibson | last post Dec 17 '10 by: JKing
I have the following query in PHP and the results are displayed in a table. How can I sort? For example ORDER BY price? # Do the main database query to list the contents $query = "SELECT a.*, c.name AS category, ee.ezcity AS proploc, dd.name AS statename, bb.name AS countryname FROM #__ezrealty as a" . "\n LEFT JOIN...
2
4,117
thread by: neerja khattar | last post Dec 16 '10 by: neerja khattar
I have total 3 databases.One is mysql and other 2 are of access type. I have 10 tables in each of the databases. I want to sync 2 tables from both access databases with mysql tables. whatever updates are happening in access databases tables it should come in mysql tables 1. student- table name 2. school - table name both are in...
1
2,589
thread by: vivek samantray | last post Dec 16 '10 by: JKing
I have a query.When i try to create a index on one of the table the index gets created but when i take the output it stuill shows "TABLE ACCESS FULL" Please see below what i did QUERY ====== SELECT b.DPT_EVNT_ID, b.DPT_ENTITY_ID, a.EDD_DT, b.DPT_DPT_ID, b.OU_ID,
0
1,540
thread by: AvinashChowdary | last post Dec 15 '10 by: AvinashChowdary
Hi All, We are developing a test frame work in Microsoft Visual Studio 2008 with C++ language. In that we are trying to save the information in MySql Database Server. We are useing libmysql.lib file and APIs provided by mysql.h. It is working properly in XP.
1
1,558
thread by: vivek samantray | last post Dec 14 '10 by: JKing
i have a script which executes several queries for n number of records.How can is set the time in that to know how much time each query took to run
2
2,964
thread by: Harshita Rana | last post Dec 11 '10 by: rythmic
I have 2 links named city nd name. i want to work them as i click on name it gives gridview values order by name and if i click on city it gives gridview values order by city...what to do? plz help
1
1,679
thread by: David Stellato | last post Dec 9 '10 by: code green
I have three tables that all have "loan" in common. Property Investorloans Loans I used the following statements to pull all the loans for the investorid (03, 04, 06, 10) by matching the loan number(s) from each table. I also want to join the information from the property file to the result set (again, "loan" is the common record match".
2
6,157
thread by: Doug Gentry | last post Dec 9 '10 by: Doug Gentry
In my book build your own database driven web site using php and mysql on page 61 it's covering creating a table. I think I'm typing this in correctly and I'm getting a error. I just don't see what I'm typing in wrong unless it's the : but in the book it almost looks like 2 of those on top of each other. This is what I get.. mysql> CREATE...
4
12,361
semanticnotion
thread by: semanticnotion | last post Dec 7 '10 by: semanticnotion
hi i have 3 tables in mysql i retrieved the data in xml using php now i want to retrieved the same data in json format but i have some problem in queries. i retrieved data from one table in json but unable to retrieved from three tables any help would be appreciated my code for one table is. $table_first = 'abc'; $query = "SELECT * FROM...
2
7,655
thread by: VikR | last post Dec 3 '10 by: VikR
I'm using the Navicat console to run test queries. spssDATAfile' is a field of type blob. This works: mysql> UPDATE jobs SET spssDATAfile = (COMPRESS('999999999999')) WHERE folderName = 'Client_12-02-2010-23-04-42'; Query OK, 1 rows affected (0.00 sec) Yet the uncompress function returns null: mysql> SELECT...
2
3,091
thread by: Joe Deluca | last post Nov 29 '10 by: Joe Deluca
Hi everyone, I am using the following query to retrieve member profile data: SELECT * FROM Members INNER JOIN MemberMartialArts on MemberMartialArts.mma_memberId = '$memberId' INNER JOIN MemberAbilities on MemberAbilities.ma_memberId = '$memberId' WHERE m_id = '$memberId'
3
6,278
thread by: Chuck Beck | last post Nov 27 '10 by: Curtis Mattoon
I am struggling with this issue right now. I have read in a number of places that you should not store the image itself in the database, but rather only the filepath/filename. I can't seem to find anyone who tells how to do that, though. Maybe I just haven't found the right tutorial. Assuming I want to go this route, HOW do I do it? What I...
1
1,687
thread by: Scott Evans | last post Nov 26 '10 by: JKing
I am trying to create a full text search of my database but continue to get an error despite having indexed the TEXT columns (caption and location) under a single index (searches). How do I get the database to use full text searching? A. I have added a SINGLE full text index on the two columns which are both of the TEXT type. B. I have...
7
16,789
thread by: ted clarke | last post Nov 25 '10 by: Judd Watts
hello. i am running mysql5 on mac osx 10.5. i am new to both of these. i have created a sql script file and i am trying to use it with the sql SOURCE command. when i execute the command: SOURCE mySqlScript.txt; i get the error: Failed to open file 'mySqlScript.txt', error: 2. i have placed this file in the /usr/local/mysql/bin directory. i...
0
954
thread by: Masum Billah | last post Nov 24 '10 by: Masum Billah
Lets say: userinfo table have (empid is Primary key): empid=========name 100 ========= A 101 ========= B 102 ========= C 103 ========= D 104 ========= E <---my problem is here--->
0
943
thread by: Mihai Dragota | last post Nov 24 '10 by: Mihai Dragota
I have the following sql code (a statement which returns from a table only few lines (as a sample) SET @a=(select marime_esantion from j_6_3 where nr=1); SET @b=@a*0.8; SET @c=@a*0.2; PREPARE STMT FROM ' (SELECT * FROM `j_5_1` ORDER BY total_doc DESC LIMIT ?) UNION (SELECT * FROM `j_5_1` ORDER BY RAND() LIMIT 500000) LIMIT ?'; EXECUTE...
2
1,323
Thekid
thread by: Thekid | last post Nov 23 '10 by: Thekid
I've been working on a project lately that is written in python and I want to incorporate mysql into it. The python code is basically a report writing system in which every report will have it's own number such as 10-0001, 10-0002 and will contain information like first & last names, addresses, phone numbers, etc. There is also a page, if needed,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.