Skip to main content
15-Moonstone
June 24, 2016
Solved

Table for object's subtype in Database

  • June 24, 2016
  • 2 replies
  • 1655 views

Hi All,

We have got a table for types like WTPart, WTDocument etc.

However if I create a subtype of that WTPart like "DemoPart" and if we wish to have a table for that in the database. How to create it ? Should that be manually created ? Or by any other means ? Can you please let me know about it.

select * from WTPart;

select * from DemoPart; -- Is this possible ? Upon running this query it returns as table or view does not exist.

Can you please let me know something about this ?

Thanks and Regards,

Aditya Achanta

2 replies

satre-21-VisitorAnswer
1-Visitor
June 27, 2016
aachanta15-MoonstoneAuthor
15-Moonstone
June 27, 2016

Thank you Shreyas