Files
nerak/07_todo_db_per_user/create_todo.sql
T

3 lines
44 B
SQL
Raw Normal View History

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