[sql]not null and not "" check 하는방법
SELECT * FROM 'dbname' where 1=1 and ('queryname' is not null and 'queryname' !="");
'server' 카테고리의 다른 글
[spring boot]template might not exist or might not be accessible by any of the configured Template Resolvers 해결방법 (0) | 2021.01.29 |
---|---|
[sql] time 9시간 이전으로 등록되는 이슈 해결방법 (0) | 2020.11.06 |
[sql]column null check 방법 (0) | 2020.07.22 |
[sql] query where 기간별 구하는방법 (0) | 2020.07.17 |
[ubuntu]timezone 설정방법 (0) | 2020.06.30 |