List:General Discussion« Previous MessageNext Message »
From:Mark Papadakis Date:May 27 1999 7:19am
Subject:Is this possible?
View as plain text  
Hi!

Is something like that expressed in any way in (my)SQL?

select column like something as a1, column like something2 as a2, a1+a2 as
count from table order by count;

Basically, I want to sort it based on the number of keywords found in a
string. So, lines that contain more keywords
should show up first.

Of course, the above query doesn't work. Any ideas?

Thank you,
Mark


Thread
Is this possible?Mark Papadakis27 May
  • Re: Is this possible?Christian Mack28 May
  • Is this possible?Michael Widenius2 Jun