Menu

Example Select Statement

ConceptExplorer
<ssqml:QuerySpecification>
    <ssqml:SelectStaticString> SELECT </ssqml:SelectStaticString>
    <ssqml:SelectList>
        <ssqml:Asterisk>*</ssqml:Asterisk>
    </ssqml:SelectList>
    <ssqml:TableExpression>
        <ssqml:FromClause>
            <ssqml:FromStaticString> FROM </ssqml:FromStaticString>
                <ssqml:TableReferenceList>
                    <ssqml:TableReference>
        <ssqml:TablePrimaryOrJoinedTable>
            <ssqml:TablePrimary>
                <ssqml:TablePrimary_ISO9075ChoiceGroup1>                                        <ssqml:TableOrQueryName>MyTable1</ssqml:TableOrQueryName>
                </ssqml:TablePrimary_ISO9075ChoiceGroup1>
            </ssqml:TablePrimary>
        </ssqml:TablePrimaryOrJoinedTable>
                </ssqml:TableReference>
            </ssqml:TableReferenceList>
        </ssqml:FromClause>
    </ssqml:TableExpression>
</ssqml:QuerySpecification>

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.