select if(prereq IS NULL ," ",prereq ) from test
select IFNULL(prereq,"") from test
select coalesce(prereq, '') from test
Subscribe to:
Post Comments (Atom)
Blog Archive
-
▼
2020
(96)
-
▼
June
(11)
- Error: "SQL Server blocked access to procedure 'sy...
- xp_cmdshell - Procedure expects parameter 'command...
- Enabling xp_cmdshell in SQL Server
- how can I Update top 100 records in sql server
- How to get all installed programs on your machine
- How to group mysql rows with same column value int...
- Insert into a MySQL table or update if exists
- MySql Query Replace NULL with Empty String in Select
- Flush Windows File Cache
- MariaDB Explain
- How To Delete Duplicate Rows in MySQL
-
▼
June
(11)
No comments:
Post a Comment
Note: only a member of this blog may post a comment.