Matthias Hamann
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Created drop table from oracle db
AnsweredI would like to drop tables from an Oracle db. If I want to delete 2 selected tables the following code is generated. Why is a / created?drop table TABLE_NAME1/drop table TABLE_NAME2/ Can this be t...