G
Guest
I need to update a field conditionally in sql. For example: if file.error =
"A" set file.description = "Error A" else set file.description = "Unknown".
Is there a way to do this with one sql statement?
"A" set file.description = "Error A" else set file.description = "Unknown".
Is there a way to do this with one sql statement?