how to decrement dates by 1 in mysql? : Sql dba



how to decrement dates by 1 in mysql? : Sql dba..

Answer / Akhilesh Kumar Yadav

To decrement dates by 1 in MySQL, you can use the DATE_SUB() function.nn```sqlnSELECT DATE_SUB(date_column, INTERVAL 1 DAY);n```

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

What is latest version of sql?

1 Answers  


explain advantages of innodb over myisam. : Sql dba

1 Answers  


What are the subsets of sql?

1 Answers  


what are all the different types of indexes? : Sql dba

1 Answers  


What is clause?

1 Answers  


What is an example of translating a date into julian format?

1 Answers  


Do you understand the meaning of exception handling?

3 Answers  


Name the operator which is used in the query for pattern matching?

1 Answers  


What is a behavioral trigger?

1 Answers  


What is the difference between a subquery and a join?

1 Answers  


What is the difference between between and in condition operators?

1 Answers  


What is a trigger word?

1 Answers  


Categories