Skip to content

Commit

Permalink
delete demo data error
Browse files Browse the repository at this point in the history
  • Loading branch information
Chat2DB-Pro committed Oct 29, 2024
1 parent ecd350d commit d383444
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
delete from DATA_SOURCE where ALIAS ='[email protected]';

delete from DASHBOARD where id =ID;

delete from CHART where id<=3;

delete from DASHBOARD_CHART_RELATION where CHART_ID<=3;

0 comments on commit d383444

Please sign in to comment.