About 27,700 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' then '' …

  2. MySQL :: Re: Unhandled exception error when installing MYSQL server

    Feb 23, 2024 · 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 or any …

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

    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 I configure the …

  4. 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 or any other …

  5. 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 = "ISNULL …

  6. Incorrect Syntax near the keyword select , Incorrect Syntax near the ...

    Dec 26, 2019 · When asking SQL questions always share the table schema, data, and complete query. Explain or share the expected results. Lastly format your code before posting. Thursday, December …

  7. Update column of table A from Table B - social.msdn.microsoft.com

    May 2, 2017 · Question 0 Sign in to vote Hello Friends, I have two table table A and Table B Table A have columns CINAME, SerialNo, Status, Unique keyCiname_serialno ASDAS 23SSD NULL …

  8. Column is invalid in the select list because it is not contained in ...

    Oct 7, 2021 · Column 'COM_Owners.Id_Owner' is invalid in the select list because it is not contained in either an aggregate function or the GROUP BY clause.

  9. how to update multiple columns where value is null in a single pass?

    Jul 11, 2019 · In one of our ETL procedures, I see a series of update statements performed against a single table. Each sets a column value to a blank string where it is currently null. Is there some way …

  10. reuse select query result - social.msdn.microsoft.com

    Oct 7, 2021 · I have a SQL select query, it works fine as it is now.