Questions tagged [mysql5]

The MySQL™ software delivers a fast, multi-threaded, multi-user, and robust SQL (Structured Query Language) database server.

The MySQL™ software delivers a speedy, multi-threaded, multi-user, and robust SQL (Structured Query Language) database server.

MySQL Server is intended for mission-critical, heavy-load production systems and embedding into mass-deployed software.

Active development for MySQL Database Server version 5.0 has ended. Most recent version is .

###Link The reference manual

Related tag

227 questions
-2
votes
2 answers

mysql display score 1 to 10

how can I display 1 to 10 score on my query. for e.g. I get 10 records with this and I want to match highest with 10 and so on. SELECT DISTINCT c.id, c.title, cv.title2 , match ( c.title, c.title2, c.title3, c.title4 ) against ('Support' IN BOOLEAN…
Lalajee
  • 139
  • 1
  • 9
-3
votes
2 answers

Can't execute a simple HQL query from Hibernate Tools

I am encountering the following error when trying to execute a simple HQL query (from Famille) from the HQL Editor (hibernate Tools) in Eclipse (Juno): org.hibernate.exception.SQLGrammarException: You have an error in your SQL syntax; check the…
Hidalgo
  • 765
  • 1
  • 9
  • 28
1 2 3
15
16