View: nornix_system.vxhtmlcontenttypes

Structure
NameTypeNullKeyDefaultExtraComment
Noint(10) unsignedYES0
Namevarchar(64)YES
Descriptionvarchar(255)YES
Information
AlgoritmUpdateable
UNDEFINED YES
Explain
IdSelect typeTableTypePossible keysKeyRefRowsExtra
1SIMPLEdocumenttypeALLPRIMARY3Using where; Using temporary; Using filesort
1SIMPLEdocconttyperefDocContDocContnornix_system.documenttype.No9Using index
1SIMPLEcontenttypeeq_refPRIMARYPRIMARYnornix_system.docconttype.ContentTypeNo1Using where
CREATE ALGORITHM=UNDEFINED DEFINER=`root`@`localhost` SQL SECURITY DEFINER 
VIEW `vxhtmlcontenttypes` AS 
(select `contenttype`.`No` AS `No`,
`contenttype`.`Name` AS `Name`,
`nornix_system`.`get_description`(`contenttype`.`DescNo`)
AS `Description` 
from (`docconttype` left join (`documenttype` join `contenttype`)
on (((`documenttype`.`No` = `docconttype`.`DocumentTypeNo`)
and (`contenttype`.`No` = `docconttype`.`ContentTypeNo`))))
where (`documenttype`.`Name` = _utf8'XHTML')
order by `contenttype`.`No`)