Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F151569
raw.txt
No One
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Authored By
stwalkerster
May 23 2019, 11:13 PM
2019-05-23 23:13:04 (UTC+0)
Size
368 B
Referenced Files
None
Subscribers
None
raw.txt
View Options
select replace(s.vsql, '$$ID$$', r.id) from request r
cross join (
select 'INSERT INTO log (objectid, objecttype, user, action, timestamp) VALUES ($$ID$$, ''Request'', 7, ''Deferred to users'', current_timestamp());' as vsql from dual
union all select 'UPDATE request SET status = ''Open'', reserved = 0 WHERE id = $$ID$$;' from dual
) s where r.id in (1,2,3,4,5,6,7);
File Metadata
Details
Attached
Mime Type
text/plain; charset=utf-8
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
133966
Default Alt Text
raw.txt (368 B)
Attached To
Mode
P250 (An Untitled Masterwork)
Attached
Detach File
Event Timeline
Log In to Comment