do $$ begin raise notice 'merde'; end $$;
Thursday, March 31, 2016
Thursday, March 24, 2016
PostgreSQL: any (values) syntax
select ht_sim_profile_mno.*
from resource_db.ht_sim_profile_mno join resource_db.dt_host_mno using (host_mno_id)
where host_mno_name = any (values ('MBQT'), ('ORANGE'));
Labels:
postgresql
Tuesday, March 8, 2016
Monday, March 7, 2016
Subscribe to:
Posts (Atom)