How to include numeric values in sql statements?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More MySQL Interview Questions

How do I setup mysql?

0 Answers  


How do I connect to a mysql database?

0 Answers  


how fastest access of data can be done from database ?

3 Answers  


How do I view mysql logs?

0 Answers  


how many fields can be updated using set in a mysql query?

1 Answers  






How do you insert a table?

0 Answers  


How can you change the name of any existing table by using the sql statement?

0 Answers  


How to create triggers in MySQL?

1 Answers  


I have a table like this tblData (month int,Qty int) and i am inserting three rows in this table 1.tblData Values (1,100) 2.tblData Values (2,200) 3.tblData Values (3,300) The Result I want is the Running total of the field Qty that is 1 100 100 2 200 300 3 300 600 What is the Query for that ?

4 Answers  


Explain the difference between FLOAT, DOUBLE and REAL.

14 Answers   Yahoo,


How do you kill a long running query in mysql?

0 Answers  


i made a table whih contain a column "Photo" with image data type and i want to insert the byte of a picture present in my hardisk using insert statement in that colum... so what will be my insert statement?

0 Answers  


Categories