ThisOffice: Difference between revisions

From ExternalDataDemo
Jump to navigation Jump to search
(Created page with "{{#get_db_data: |db = DataDemo |from = office |data = office_address=office_address, office_city=office_city, office_state=office_state, office_zip=office_zip }} <ul> {{#external_value: |value = office_address |format = <li>{office_address}</li> }} {{#external_value: |value = office_city |format = <li>{office_city}</li> }} {{#external_value: |value = office_state |format = <li>{office_state}</li> }} {{#external_value: |value = office_zip |format = <li>{office_zip}</...")
 
No edit summary
Line 1: Line 1:
{{#get_db_data:
{{#for_external_table:My Table
|db = DataDemo
|source = DataDemo
|from = office
|from = office
|data = office_address=office_address, office_city=office_city, office_state=office_state, office_zip=office_zip
|data = office_address=office_address, office_city=office_city, office_state=office_state, office_zip=office_zip
}}
}}
<ul>
{{#external_value:
|value = office_address
|format = <li>{office_address}</li>
}}
{{#external_value:
|value = office_city
|format = <li>{office_city}</li>
}}
{{#external_value:
|value = office_state
|format = <li>{office_state}</li>
}}
{{#external_value:
|value = office_zip
|format = <li>{office_zip}</li>
}}
</ul>

Revision as of 15:48, 1 June 2024

Please specify (query=), which prepared statement to use for the database ID DataDemo.