SQL update statement doesn't work in Sql Lab #6706
Labels
!deprecated-label:bug
Deprecated label - Use #bug instead
sqllab
Namespace | Anything related to the SQL Lab
Make sure these boxes are checked before submitting your issue - thank you!
Superset version
LATEST MASTER
Expected results
UPDATE statement to work in SqlLap
Actual results
I get the message
The query returned no data
without errors but changes not reflected in the tableSteps to reproduce
run similar statement
UPDATE table1 SET column1 = "test";
note all other statements work fine such as ALTER, DROP ....etc except UPDATE
The text was updated successfully, but these errors were encountered: