Data cleaning: Difference between revisions

Jump to navigation Jump to search
19 bytes added ,  19 August 2020
m
Line 234: Line 234:
* MySQL: {{kbd | key =<nowiki>SELECT * FROM table_name WHERE column_name != '' AND column_name IS NOT NULL;</nowiki>}}
* MySQL: {{kbd | key =<nowiki>SELECT * FROM table_name WHERE column_name != '' AND column_name IS NOT NULL;</nowiki>}}


== Verify the format of field value ==
== Data Validation ==
related page: [[Regular expression]]
Validate the format of field value. Related page: [[Regular expression]]


=== Email contains @ symbol ===
=== Email contains @ symbol ===
Anonymous user

Navigation menu