Page 1 of 1

clearing data from many columns in the rows MySql

Posted: Fri Mar 04, 2022 8:11 am
by H3Dott
I have a MySql table with 26 columns. how can I clear data from column 2 to column 26 if a condition is true for the rows? (without deleting these rows.)
For Example:
Image
how can I clear data from column 2 to column 26 in row23?

Re: clearing data from many columns in the rows MySql

Posted: Wed Mar 16, 2022 1:57 pm
by ronrich
Hello H3Dott,

You might want to check this site: https://www.pmusers.com/index.php/Disable_and_clear_File_fields_in_grid

I hope it has what you are looking for.

Thank you

Re: clearing data from many columns in the rows MySql

Posted: Mon Aug 29, 2022 2:24 pm
by H3Dott
ronrich wrote: Wed Mar 16, 2022 1:57 pm Hello H3Dott,

You might want to check this site: https://www.pmusers.com/index.php/Disable_and_clear_File_fields_in_grid

I hope it has what you are looking for.

Thank you
Thank you so much