<query id="getComment" action="select">
    <tables>
        <table name="comments" />
    </tables>
    <columns>
        <column name="*" />
    </columns>
    <conditions>
        <condition operation="equal" column="comment_srl" var="comment_srl" filter="number" notnull="notnull" />
    </conditions>
</query>
