date funciton
Answers were Sorted based on User's Feedback
Answer / sudhanshu_kmr
use anyone ....
select curdate();
select current_date();
select date(now());
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / john
select curdate();
select current_date();
select date(now());
| Is This Answer Correct ? | 3 Yes | 0 No |
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 ?
What is mvcc in mysql?
Is there a free mysql?
What is mysqlcheck do?
A company wants to store their invoices in a database. They already have their customers and articles in that database. Both customer and article are each identified by an unique integer value. Please create the SQL statements for creating the necessary table(s) for storing the invoices in a MySQL database. An invoice should hold information like invoice number, customer, date, article(s) and quantity etc.
Is mysql a relational database?
How many triggers are possible in mysql?
What are the difference between and myisam and innodb?
How to show table structure mysql?
What are the purposes of using enum and set data types?
How to update info already in a table and delete a row(s) from a table.
How can you do the fine tunning?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)