Hello,
Previously in v7 the following SQL code would be suitable to drop a schema's table:
drop table <table name>
In v8, for tables which exist in the FFDA database, this SQL code throws an error.
Can someone please point me toward the correct documentation for accessing FFDA tables with SQL commands in v8?
해결되었습니다! 솔루션으로 이동.
토픽은 커뮤니티 콘텐츠를 분류하여 관련성 있는 콘텐츠를 찾는 데 도움이 됩니다.
조회 수
답글
좋아요 수
Hello @SkylerQu2,
In a js activity you should use :
sqlExecOnDataSource ("drop table <table>","nms:extAccount:<InternalName>")
Here are more infos about this function.
Br,
Amine ABEDOUR
Hi @SkylerQu2 ,
Select FDA data source and its external account in SQL code activity
And make sure you have database permission to delete the table from database.
Hi @ParthaSarathy,
Thank you for the helpful reply. I am trying to execute this SQL code within a javascript activity:
sqlExec("drop table <table>")
Is there a similar configuration that can be made within a js activity?
Thanks,
Skyler
조회 수
답글
좋아요 수
Hello @SkylerQu2,
In a js activity you should use :
sqlExecOnDataSource ("drop table <table>","nms:extAccount:<InternalName>")
Here are more infos about this function.
Br,
Amine ABEDOUR
조회 수
Likes
답글