Edit Idea
View Ideas
Idea Date:
Idea Title:
Idea Description:
<p>INSERT INTO Goals (<br> g_ID,<br> g_year,<br> g_focus,<br> g_goal,<br> g_date,<br> g_notes,<br> g_percent,<br> g_result,<br> hidden<br>)<br>SELECT<br> DATE_ADD(NOW(), INTERVAL 1 SECOND),<br> 2026,<br> g_focus,<br> g_goal,<br> g_date,<br> g_notes,<br> g_percent,<br> g_result,<br> hidden<br>FROM Goals<br>WHERE g_ID = '2025-01-13 23:28:59'<br> AND g_year = 2025;</p>
Idea Notes:
<p>Utilize the g_ID from the mySQL database on hostinger account.</p>
Update Idea