mysql - How do I ignore a single row in a query result using SQL or PHP? -


Do I somehow ignore the date as soon as possible? With SECL or PHP?

  SELECT topic, date by date, id = $ id order dsc ($ row = mysql_fetch_array ($ query)) {  

Cheers

You can write some complex SQL to do this or you can do this in your PHP: < / P>

  $ first = true; While ($ line = mysql_fetch_array ($ query)) {if ($ first) {$ first = false; to continue; } // process rows here}  

Comments

Popular posts from this blog

c++ - Linux and clipboard -

What is expire header and how to achive them in ASP.NET and PHP? -

sql server - How can I determine which of my SQL 2005 statistics are unused? -