Files
mach_examples/04_todo/create_todo.sql

3 lines
66 B
MySQL
Raw Permalink Normal View History

2025-07-24 12:46:01 -05:00
insert into todos(user_id, title)
values({{user_id}}, {{title}});