About 14,300 results
Open links in new tab
  1. 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' …

  2. ISNULL function - MySQL

    Feb 28, 2008 · 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? This is how i use in MSSql:- fieldname = …

  3. MySQL :: [RESOLVED] Using IFNULL () on Date Field

    Feb 7, 2012 · Good afternoon! I'm trying to use the IFNULL operator on a date field so I can display a string if it's null. That sounds even more ridiculous now that I type it out. Is there a …

  4. MySQL :: default values for stored procedure parameters

    Jan 17, 2011 · Hello friends, I want to create a stored procedure where default values i.e. NULL ,then depending on it the further operations will perform. here is the sample code I wanted to …

  5. 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 …

  6. MySQL :: error when changing property of the user

    Aug 2, 2016 · 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 Oracle …

  7. MySQL :: Truncated incorrect INTEGER value

    Feb 2, 2018 · 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 Oracle …

  8. SQL VIEW referencing a linked server Incorrect syntax near '10.242'

    Jul 18, 2017 · SELECT site, acct AS Account, ISNULL (acct_unit1, '') AS [Unit Code 1], ISNULL (acct_unit3, '') AS [Unit Code 3], SUM (dom_amount) AS Amount, CAST (DATEPART (YYYY, …

  9. MySQL :: MySQL ODBC Connector 9.1.0 - Connection Issues in …

    Oct 30, 2024 · I have downloaded/ tried installing the MySQL ODBC Connector Version 9.1.0 from the General Availability Releases page; the installation completes successfully, but when …

  10. MySQL :: Insert a Stored Procedure Result Into a Temporary Table

    Oct 14, 2008 · 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 …