aboutsummaryrefslogtreecommitdiff
path: root/dbstore/sql/cpe-match/insert-version-max.sql
blob: b39944fc920a669b4f9e4cdebb93e0f7ad928edc (plain)
1
2
3
4
5
INSERT INTO cpe_match_version_maxs(
  cpe_match_id,
  is_inclusive, 
  max_version
) VALUES (?, ?, ?);