Thread: reliability?
View Single Post

   
  #1 (permalink)  
Old 05-07-2008, 06:21 PM
piotrek
 
Posts: n/a
Default reliability?

IBM Informix Dynamic Server Version 10.00.UC5 on redhat

Try this:
SELECT MIN(colno) FROM syscolumns WHERE colno>=1 AND colno>1
An the answer is ..... 1

A know that stupid questions generates stupid answers but still....

Anyone has come to that?



Reply With Quote