Jump to content

What is the best way to learn everything in mysql ? i use mysql for php...


jd2007

Recommended Posts

$this->que="select $this->id, $this->title, $this->thumb from $this->table order by $this->table2.$this->past desc limit 5";

 

why do i get this error?

 

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'desc limit 5' at line 1

Noo thats a Tutorial, it will show you the basics but the more advanced stuff you really do need to get a book on the subject.

 

Hit Amazon and see what comes up :)

 

Humm.. well the manual seams to have suite quite well, a book can be just another lite of Tutorials..!

 

the understanding of why it works is important.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.