SOLVED
Deleting Tables in the Database
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
xariet
8 - Asteroid
‎11-15-2022
04:52 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi All,
What are the ways to drop a table in the database using Alteryx? Write Data in DB tool and normal output tool only have an option Delete Data & Append or Overwrite table(drop).
When I use Connect in DB tool for deleting the table using sql statement select * from "people";
drop table "people"; the table is not deleted from the database.
Solved! Go to Solution.
Labels:
- Labels:
- Database Connection
- In Database
1 REPLY 1
‎11-15-2022
05:10 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I have just figured out how to do that in case somebody will find this useful
