I use CASE statements all the time in MS SQL. I want to make my code portable with MySQL if possible. I could not find any info on mysql.org. Are CASE statements available or planned for MySQL? Does anyone know?

(This is not case sensitivity)

Ron

    That's what I needed.

    I wrote some custom functions to handle all DB conenctions, closing, queries, etc... and I have tried to keep everything nearly completely portable.

    We run Linux and IIS on several servers and if we ever migrate one site to another, I want it to work nearly flawlessly.

    Thanks again.

    Ron

      Write a Reply...