AssertionError: assertion failed: Unable to delete the record but I am able to select it though
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2021 09:45 AM
Is there any reason this command works well:
%sql
SELECT * FROM datanase.table WHERE salary > 1000returning 2 rows, while the below:
%sql
delete FROM datanase.table WHERE salary > 1000Error
Error in SQL statement: AssertionError: assertion failed: No plan for DeleteFromTable