mysql/mariadb cari string yang isinya cuma integer
https://stackoverflow.com/a/28564452/3036312
select * from page where type='negara' and title REGEXP '^[[:digit:]]+$'
update page set type='country-category' where title REGEXP '^[[:digit:]]+$'
https://stackoverflow.com/a/28564452/3036312
select * from page where type='negara' and title REGEXP '^[[:digit:]]+$'
update page set type='country-category' where title REGEXP '^[[:digit:]]+$'
Komentar
Posting Komentar
Komentar ...