4 lines
149 B
SQL
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; |