1 table.getSerialColumn

<table.getSerialColumn table='table'/>

Exceptions

Database required.

Missing specify the database.

Required attribute [...]

A required attribute has not been informed.

Example

Print the name of the sequence.

Copy
<xsql-script name='test_serial'>
    <body>

        <println>
            <table.getSerialColumn table='capuntes' />
        </println>
    </body>
</xsql-script>