HiHow do I fetch data from multiple Xpaths in a Single Query?Thanks/A
Right now it isn't batchable but you can do this:select * from html where url='...' and xpath in ('//div', '//a')Sam
in YQL