About 8,410 results
Open links in new tab
  1. MySQL :: ISNULL function

    Feb 28, 2008 · 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 …

  2. MySQL :: Re: ISNULL function

    Mar 23, 2008 · Hi friend, i had tested ifnull function with a tipycal example and all right, but i have a problem when the function is evaluating a value returned from a table.

  3. MySQL :: Re: ISNULL function

    Mar 30, 2009 · Posted by: William Chiquito Date: March 24, 2008 06:05PM Hi Joe, Depending on the programming language you are using you can do something like: if valor = 0 OR IsNULL …

  4. Re: ISNULL function - MySQL

    Mar 30, 2009 · Re: ISNULL function 87862 William Chiquito February 29, 2008 10:15AM Re: ISNULL function 32701 Joe Aponte March 23, 2008 12:22PM Re: ISNULL function 18089 …

  5. Re: ISNULL function - MySQL

    Mar 30, 2009 · Hi William, thanks for your help... but, my i assign this query result into a variable, how can i do?, zero rows?.

  6. MySQL :: inull () not working in mysql

    Jun 16, 2009 · select a.rid, a.reqresumeid, ( select stagetitle from hc_stage_status where stagetype=a.stagetype and value= a.stage ) as stagetitle ,isnull ( (case a.statustype when '0' …

  7. MySQL :: MySQL Community Server 8.0.17 has been released (part …

    Jul 22, 2019 · [This is part 3 (last) of the announcement ] * The functions STATEMENT_DIGEST() and STATEMENT_DIGEST_TEXT() used character_set_client while parsing the function's …

  8. MySQL :: Re: Return An Array from Stored Procedure

    Feb 2, 2006 · 1) You can serialize your array values in a text and return this, either from a function or from a stored procedure out parameter. These auxilary functions might be helpfull, they …

  9. MySQL :: IF NOT EXISTS () THEN

    Oct 11, 2020 · Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of …

  10. MySQL :: IFNULL () function not working

    Oct 23, 2011 · Re: IFNULL () function not working laptop alias October 25, 2011 01:35AM Re: IFNULL () function not working J?rg B?chner October 26, 2011 10:55AM

Refresh