Hi,
Anyone can help I am trying to dump the data using where clause but my statement not getting the data.
SQL Statement:
mysqldump -uuseruat-puserpwd UATDB --tables final --no-create-db --no-create-info --where="date_format(uploaded_date,'%Y%m%d')=date_format(now(),'%Y%m%d')" > new_records_final.sql
Thank you in advanced.
Regards,
FSPalero
Anyone can help I am trying to dump the data using where clause but my statement not getting the data.
SQL Statement:
mysqldump -uuseruat-puserpwd UATDB --tables final --no-create-db --no-create-info --where="date_format(uploaded_date,'%Y%m%d')=date_format(now(),'%Y%m%d')" > new_records_final.sql
Thank you in advanced.
Regards,
FSPalero