[slightly OT] reliability of mySQL & Rev cgi ?
    Kee Nethery 
    kee at kagi.com
       
    Fri Dec 26 11:42:00 EST 2008
    
    
  
not a mySql guy but I'm betting there is something you could add to  
the statement to get the data in the same order every time.
Kee Nethery
On Dec 26, 2008, at 6:57 AM, jbv wrote:
>
>
> SELECT col1, col2, col3, col4 FROM myTable WHERE myList LIKE "% value1
> %" OR
> myList LIKE BINARY("% value2 %") OR myList LIKE "% value3 %" OR myList
> LIKE "% value4 %" OR...
  order by col1 desc
    
    
More information about the use-livecode
mailing list