Relax, MySQL works just the same way. In most scenarios, it's standard SQL. If you haven't already, you can download the documentation in your language of choice from http://dev.mysql.com/doc/
--- In [email protected], "amgelgris" <[EMAIL PROTECTED]> wrote: > > In a program, I work with SQLServer and MySql. In a particular select, > for SQLServer, I have something like this: > SELECT ISNULL(field,0) FROM TABLE. > > If the field is not null, returns its value; otherwise, 0. > > I have found isnull for MySQL, but it does not work exactly the same > way. > > Any idea to convert that isnull from SQLServer to MySQL? > > Mariano >
