我有一张桌子:
InvoiceItem
----------------
id
type <- 'ITEM' 'FEE' 'OTHER'
parentid <- InvoiceItem id of the parent invoice item
<some other columns>
我如何将这个表连接到自身,如果表中有任何项目具有给定的 InvoiceItem id 作为 parentid,则获取所有 InvoiceItem 列,其中 id = 给定的 id 加上一个给我一个 true|false 1|0 的项目。