Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4062392
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T15:35:33+00:00 2026-05-20T15:35:33+00:00

Need to know how to get YQL to return only data that’s newer than

  • 0

Need to know how to get YQL to return only data that’s newer than a date that I specify.

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T15:35:34+00:00Added an answer on May 20, 2026 at 3:35 pm

    It depends on the Data Table you are querying and the web service that’s behind it.

    For example, facebook graph allows you to set a since query parameter, and you can map a key on it on your Data Table.

    http://graph.facebook.com/search?q=watermelon&since=yesterday
    

    If not, filter on the date element in you results

    SELECT * from foo.table WHERE date > "2011-03-11T14:00"
    
    <results>
        <post>
            <title>My title</title>
            <link>my link</link>
            <author>fooman</author>
            <date>2011-03-11T14:09</date>
            <content>lorem ipsum</content>
        </post>
        <post>
            <title>My title</title>
            <link>my link</link>
            <author>fooman</author>
            <date>2011-03-11T15:09</date>
            <content>lorem ipsum</content>
        </post>
    </results>
    

    This should work, provided that your dates are formatted in a way that makes alphabetical ordering equivalent to temporal order.

    If your query is something like

    select title,source,description,date from rss where url in ('somerssfeed.com';, 'somerssfeed.com';) | unique(field="title") | sort(field="date", descending="true")
    

    put the filter before the pipes:

    select title,source,description,date from rss where url in ('somerssfeed.com';, 'somerssfeed.com';) and date > "2010-01-01T00:00" | unique(... [snip!]
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to know how to get BSJSON to handle the NSDate that is
I get hex values and need to know if my (parameter that is INT)
I need to know how I get the stream of the headers and footers
I get a URL from a user. I need to know: a) is the
Problem I have a YQL query result that I'm trying to get converted and
I need to get know how SiteMapProvider.IsAccessibleToUser() works. Built-in XmlSiteMapProvider calls HttpContext.User.IsInRole() which uses
I need to know how to get an array of bytes from a loaded
I need to know how to get something to work. I've got a class
I need to know how to get the first n words from text stored
I know to use glGet to get various parameters. I need to know how

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.