By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
| sel_num | req_id | attr_id | low_val | high_val |
|---|---|---|---|---|
| 1 | 1 | CONST | <soapenv:Body> | null |
| 2 | 1 | VAR | <read:ready_date> | SELECT current_date||'T'||to_char(current_timestamp,'HH24:MI:SS'); |
| 3 | 1 | CONST | </read:ready_date> | null |
| 4 | 1 | VAR | <read:property_name="EXTRACT_GUID" value="> | SELECT upper(md5(random()::text)); |
| 5 | 1 | CONST | "/></soapenv:Body> | null |
INSERT 0 5
CREATE FUNCTION
| string_agg |
|---|
| <soapenv:Body> <read:ready_date>%s </read:ready_date> <read:property_name="EXTRACT_GUID" value=">%s "/></soapenv:Body> |
SELECT 1
| assemble_soap_request |
|---|
| <soapenv:Body> <read:ready_date>2023-10-02T06:29:39 </read:ready_date> <read:property_name="EXTRACT_GUID" value=">3AEE09DE7E85E0C90DB5D3D214FDF90B "/></soapenv:Body> |
SELECT 1