summaryrefslogblamecommitdiffstats
path: root/sql/bindings_insert.sql
blob: d1500bc4b42840c4d7f25a5a3be850e044951600 (plain) (tree)
1
2
3
4
5
6
7
8




                    


                                 
insert into bindings
( ip,
  type) 
VALUES 
( :ip:,
  :type:)
RETURNING
  binding_id AS last_inserted_id;