1 # mysql lookups - expects specific data
3 ${lookup mysql {select name from them where id='ph10';}}
4 ${lookup mysql {select name from them where id='ph10';}}
5 ${lookup mysql {select name from them where id='xxxx';}}
6 ${lookup mysql {select name from them where id='nothing';}}
7 ${lookup mysql {select id,name from them where id='nothing';}}
8 ${lookup mysql {delete from them where id='nonexist';}}
9 ${lookup mysql {select * from them where id='quote';}}
10 ${lookup mysql {select * from them where id='filter';}}
11 ${lookup mysql {select * from them where id='quote2';}}
12 ${lookup mysql {select * from them where id='nlonly';}}