473,543 Members | 2,003 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.
1
2,232
thread by: Dexxter | last post Nov 12 '10 by: omerbutt
Can anyone help here? I'm stuck at a step in this process, and I'm a little fried from staring at the comp for 8 hours already on this one thing... the two selects below need to be returned as a single table. Can I Concat? Union? Join? Can I somehow join the results of the select statements? and anywhere you see "4" will be a user...
1
2,770
thread by: Taylor Colpitts | last post Nov 7 '10 by: mwasif
I received #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE customer_id=1' at line 1 My query is: INSERT INTO customers (mce) VALUES ('I like apples') WHERE customer_id=1 Any ideas?
1
1,998
thread by: raziya | last post Nov 6 '10 by: Atli
give me the details about data types in mysql..
2
1,552
thread by: si la | last post Feb 3 '11 by: YogeshLodha
Hi am using vs2008 writing asp.net.vb app. My stored proc should return a single name, well in theory at least ALTER PROCEDURE . ( @email varchar , @retvalue nvarchar (10)output ) AS
9
2,777
thread by: goodonya | last post Nov 8 '10 by: Oralloy
Hi I am trying to build a search function on php its working fine but as there are lot of records on database from past it runs very slow. is there way to make it so it only looks up from today's date to future dates nothing in past search term i am using is here $query = "SELECT * FROM diary WHERE $searchterm LIKE '%$search%' LIMIT 0, 50 ";...
2
2,237
thread by: rahullko05 | last post Nov 3 '10 by: rahullko05
Write a my sql query to select all username who had nokia purchased handsets "N72" in the year 2008. tables given below: Thanks -- phpMyAdmin SQL Dump -- version 3.2.0.1 -- http://www.phpmyadmin.net
3
3,051
KeredDrahcir
thread by: KeredDrahcir | last post Nov 1 '10 by: KeredDrahcir
Can anyone help me. I don't know if this is a mysql, php or Google Chrome error. I have a login form but for some reason I'm getting an error when I use Google Chrome. It used to work in all browsers (IE, Firefox, Safari, Opera, Google Chrome) but for some reason it has stopped working and Google Chrome. I assume it has something to do with me...
1
3,455
thread by: nuhbye | last post Oct 27 '10 by: JKing
I am trying to transfer output of a query to some file whose name will be available only at the run time. My CODE looks something like this, this code is a part of stored procedure. set FILENAME = uid + (select phone_no from table2 where user_ID = uid); select startstop from table1 INTO OUTFILE FILENAME;
1
8,449
thread by: shailendramishr | last post Oct 27 '10 by: JKing
I want to learn how to run trigger into data base. so first i want to know what is trigger and what is it's need.
1
1,368
thread by: triathlontim | last post Oct 27 '10 by: JKing
I need to consistently show seven days of info from my database. I have script that seemed to work great until the end of the month came. I am using the Date(NOW()) function to get today, and DATE(NOW())+1 to get tomorrow and so on up to +6. However, I guess DATE(NOW()) looks for 2010-10-32 instead of 2010-11-01. What do I have to tweak for...
2
1,581
thread by: Al Jey | last post Nov 5 '10 by: mwasif
works fine: port = 3306 port = 3306 but once changed to: port = 3307
1
1,662
thread by: Kris tarun | last post Nov 5 '10 by: Ian Smith
I have a table of a retail store which has almost 13000 customers. and i want to write a query for this.. Group products based on their sales patterns. Highest, lowest, and median values. Use sale prices as an indicator as well (Do these products sell well only when they are discounted?). it also uses clustering.i dont know what to do ...
0
1,025
semanticnotion
thread by: semanticnotion | last post Oct 22 '10 by: semanticnotion
hey all i have installed xdebug using php5, ubuntu but when i clicked on debug button in netbeans it dosen't working properly when i checked phpinfo() everything is fine there look at my attach image. any suggestion please
0
1,204
thread by: Kelly Moyer | last post Oct 21 '10 by: Kelly Moyer
************************************************ This code runs fine with these results With t1 as (Select x.InsurerID, Count(Distinct x.SubaccountID) as 'Total SubAccount',
0
1,110
thread by: steve franklin | last post Oct 21 '10 by: steve franklin
I had a failed install of WAMP on my Windows 7 machine. After cleaning out everything I could find I tried an install of IIS, PHP, and MySQL through the windows WEB PI. The install fails with a message that the password I am trying to install for MySQL doesn't match. I think there is a file lurking somewhere from the failed install that I...
2
2,298
dlite922
thread by: dlite922 | last post Oct 29 '10 by: JKing
Hey guys, Sometimes it's the most simplest things in life that drive you insane. I'm no complete MySQL noob and I'm not doing anything fancy by any stretch. My table contains two date-times: 1. original_date 2. begin_date I'd like to select rows where original date is equal to begin date and the date ONLY (not the time). I'd...
2
1,263
thread by: antoine1987 | last post Oct 21 '10 by: Ravi L
hi, if anyone can help me please, i nead to select all the tables in my database in one instruction. all the tables have the same structure. the problem is that i dont know the number of tables neighter their names. i nead a solution like SELECT * from database_name.* thanks
0
1,061
thread by: nesha | last post Oct 19 '10 by: nesha
Hi, I have created one database called QueryMgmt in MySql. I want to select all the tables present in that database. When use this query select * from tab; the following error is occurred. ERROR 1146 (42S02): Table 'querymgmt.tab' doesn't exist. Can anyone please help me to fix this problem.As im new to MySql can you explain your answer
1
1,762
thread by: Jsama | last post Oct 20 '10 by: dlite922
Hello hi, just a quick question: is there any sql that i can copy a row in mysql and update some values in it? For example, i have a table like this. Name | School | Year John | ABC School | 2009 Mary | CDE School | 2010
1
5,161
thread by: shaileshmota | last post Oct 29 '10 by: JKing
even i am facing the same problem . how did u resolve it ? i am also using microsoft equation 3.0 to write equations in word document. now i want to save this in mysql db . which format would do .
0
889
rahulephp
thread by: rahulephp | last post Oct 15 '10 by: rahulephp
I have a table with 4 columns Table name = products Column name = product_id, product_programname, product_title, model_number When I use GROUP BY with model_number, it alway returns me the info of product (ebay) which comes first in the queue. But i want to get the title from 'argos' if not null else 'buy' if not null etc. The below...
3
1,625
rahulephp
thread by: rahulephp | last post Oct 21 '10 by: code green
How to fetch the "name" FROM programname = "Buy" and description which has maximum words using GROUP BY?? I have 6 columns with thousands of product entries: Table name : eproducts Columns : product_id, programname, name, description, clean_modelno Ex. Products Entries: product_id : 5001 programname : argos
1
38,444
rahulephp
thread by: rahulephp | last post Oct 16 '10 by: mwasif
I have three columns - id, programname, status I wanted to use UPDATE with IF condition something like this: UPDATE elec_products IF(programname ='Argos') ( SET status = 1
2
1,807
Jezternz
thread by: Jezternz | last post Oct 15 '10 by: Jezternz
UPDATE items i, cartitems c SET stock = (stock-1) WHERE i.id = c.itemid AND c.userid = '7'; Okay so I have a table for 'items' and a table for 'items in a users shopping cart'. I want to decrement the stock field in the items table once for every instance of that same item in the 'items in shopping cart' table. The code above, will...
1
2,241
thread by: chris md | last post Oct 14 '10 by: Atli
How can I check the underlying sql behind an already existant mysql view?

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.