Guest User

Untitled

a guest
Oct 16th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. select id, column_get(params, 'Variant' as char) as variant
  2. from runs
  3. where column_get(params, 'Variant' as char) = 'Whatever';
Add Comment
Please, Sign In to add comment