Guest User

Untitled

a guest
May 24th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. SELECT * FROM table WHERE Model = "CR-V";
  2.  
  3. SELECT *, MATCH (Model) AGAINST ("CR-V") as score FROM table WHERE MATCH (Model) AGAINST ("CR-V") ORDER BY score DESC;
Add Comment
Please, Sign In to add comment