AI Coder
AI
Code Editor
Show Output
-- This syntax is Web SQL specific SELECT emp_name, strftime('%d-%m-%Y', hire_date) AS hire_date FROM employees;
Output Preview