"SELECT COUNT(entry_uuid) as total, MAX(created_at) as newest, MIN(created_at) as oldest FROM ( SELECT * FROM (SELECT entry_uuid, title, titles, created_at, synced, 1 as temp FROM temp_branch_entries WHERE owner_entry_uuid = ? AND owner_input_ref=? AND synced= ? ORDER BY created_at DESC) ALIAS_ONE UNION ALL SELECT * FROM (SELECT entry_uuid, title, titles, created_at, synced, 0 as temp FROM branch_entries WHERE owner_entry_uuid = ? AND owner_input_ref=? AND synced= ? ORDER BY created_at DESC) ALIAS_TWO );"
JavaScript
sudo certbot certonly --webroot -w /var/www/html_prod/current/public/ -d five.epicollect.net -d epicollect.pathogensurveillance.net
Aug 06 17:01:48 test-epicollect5-migration apachectl[5215]: apache2: Syntax error on line 225 of /etc/apache2/apache2.conf: Syntax error on line 147 of /e
Please Whitelist JSFiddle in your content blocker.
Help keep JSFiddle free for always by one of two ways:
Whitelist JSFiddle in your content blocker (two clicks)
Go PRO and get access to additional PRO features →
Join the 4+ million users, and keep the JSFiddle dream alive.
Ad-free
All ads in the editor and listing pages are turned completely off.
Use pre-released features
You get to try and use features (like the Palette Color Generator) months before everyone else.
Fiddle collections
Sort and categorize your Fiddles into multiple collections.
Private collections and fiddles
You can make as many Private Fiddles, and Private Collections as you wish!
Console
Debug your Fiddle with a minimal built-in JavaScript console.