|
Web+ Tutorial
|
Lesson 6.4 - Appending additional clauses to a SQL statement in a query
- Description
- An optional sub-tag of
webDBQuery which specifies additional SQL clauses to be appended to the main SQL statement.
- Syntax
<webDbQueryMore SQL=AdditionalSQLclauses>
- Agument
- /tutorial/argument/arg30.wml
- Example
<webDbQuery NAME="CashWithdraw" DATASOURCE="Checking Accounts" SQL="Select * From Accounts"> <webDbQueryMore SQL="Order by AccountID">
- Exercise
- This example is for your reference. You can try it on your own system.
You can try out some Web+ code of your own here.
|
|