Files
sqlpage--sqlpage/examples/multiple-choice-question/process.sql
2024-07-31 21:52:12 +02:00

4 lines
149 B
SQL

insert into answers(profile_id)
select CAST(:profile as integer)
where :profile is not null
returning 'redirect' as component, 'results.sql' as link;