SQL Is Null digunakan untuk memfilter data yang bernilai null
Contoh: memfilter data kategori yang pernah diubah (modifieddate <> null)
SELECT * FROM kategori where modifieddate is null
SQL Is Not Null digunakan untuk memfilter data yang bernilai null
Contoh: memfilter data kategori yang pernah diubah (modifieddate = null)
SELECT * FROM kategori where modifieddate is not null
- Home
- Tutorial Bahasa Indonesia
- _Visual Basic 6 (VB6)
- __VB6 Basic & General
- __VB6 MySQL
- _Visual Basic .NET
- __VB.NET Basic & General
- __VB.NET Ms Access
- __VB.NET MySQL
- __VB.NET Printing
- _ASP.NET
- _C#
- _PHP
- _Flutter
- _MySQL
- _SQL Server
- _SQL Reporting (SSRS)
- English Tutorial
- Youtube Channel
- About Me
- _About Me and This Blog
- _Stories Of Life
- _Portofolio
0 Comments