adspace
Answer Posted / 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 View All Answers
Can we rollback truncate?
What is your daily office routine?
Is primary key clustered index?
what are all the common sql function? : Sql dba
Hi am new to PLSQL & facing problems in writing code like in SP, Functions, so any one having some SP coding with in depth explanation please share with me my Email ID suvarnaatsuvarna@rediffmail.com Or taking tanning on this please do contact me
Does group by remove duplicates?
What is the current version of postgresql?
what is collation? : Sql dba
what is bcp? When does it used? : Sql dba
Can we use distinct and group by together?
what is sql server agent? : Sql dba
If a cursor is open, how can we find in a pl/sql block?
Is primary key always clustered index?
how to use regular expression in pattern match conditions? : Sql dba
how many tables will create when we create table, what are they? : Sql dba