Example 1
Build one compact payload string from stable fields
Once the retained key is known, the rest of the payload becomes a plain formatting task. Keep the field names fixed and place the retained key into the key slot.
Validated query Shared across supported engines.
SQL
SELECT
'site=sqlcmd;key=structure-outlives-query;step=7' AS payload_text;Expected result Returned rows for the shared example.
| payload_text |
|---|
| site=sqlcmd;key=structure-outlives-query;step=7 |
The formatting pattern here is stable: `site=<value>;key=<value>;step=<value>`.