Results 1 to 2 of 2

Thread: Order by RAND() - once a day

  1. #1

    Default Order by RAND() - once a day

    Hi,
    Is it possible with mysql to order items by rand() but only once a day and not on every refresh?

    p.s. I ment this in Catalog list Order by field.
    Web design agency - EDsolution.si Izdelava spletnih strani

  2. #2

    Default Re: Order by RAND() - once a day

    I've found the answer. If anyone would need this here is the solution:
    rand(curdate())

    ops:
    Web design agency - EDsolution.si Izdelava spletnih strani

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •