Re: [GENERAL] How to search a string inside a json structure
> > I guess postgre should traverse though each json structures while finding > the string. > > Thanks > -- Jason O'Donnell Crunchy Data Solutions
Re: [GENERAL] Hierarchical Query Question (PHP)
ia' --<< substitute me > union all > select m.taxon, m.parent_id > from hier, gz_life_mammals m > where m.parent=hier.taxon > ) > select tax_rank(parent_id), >count(*) num_of_desc > from hier > where parent_id is not null > group by parent_id > order by parent_id;"; > > Thanks. > > -- Jason O'Donnell Crunchy Data Solutions