Querys result importance

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Donny Riyadi

    Querys result importance

    Hi all,
    any idea, how to make a sql query, which the results can be ordered by
    the importance ? FOr example if I search a table which contains a list
    of meta tags of websites. I want, that the result of the query is
    ordered by the quality of the meta tags of the website.
    Thanks.


    Donny
  • Jerry Stuckle

    #2
    Re: Querys result importance

    Donny Riyadi wrote:
    Hi all,
    any idea, how to make a sql query, which the results can be ordered by
    the importance ? FOr example if I search a table which contains a list
    of meta tags of websites. I want, that the result of the query is
    ordered by the quality of the meta tags of the website.
    Thanks.
    >
    >
    Donny
    First of all, you're asking in the wrong newsgroup. This one is for
    PHP, not SQL.

    Then you have to define "importance "

    I'd suggest a newsgroup related to your database.

    --
    =============== ===
    Remove the "x" from my email address
    Jerry Stuckle
    JDS Computer Training Corp.
    jstucklex@attgl obal.net
    =============== ===

    Comment

    • randomname

      #3
      Re: Querys result importance


      Donny Riyadi wrote:
      Hi all,
      any idea, how to make a sql query, which the results can be ordered by
      the importance ? FOr example if I search a table which contains a list
      of meta tags of websites. I want, that the result of the query is
      ordered by the quality of the meta tags of the website.
      Thanks.
      >
      >
      Donny
      Yes, read up on Artificial Intelligence (AI). It's possible to train
      your server to assign importance to strings based on their quality.

      Comment

      Working...