Warning: Undefined array key "enable_lazyload_videos" in /var/www/murat.ws/public_html/wp-content/plugins/reco-functions/reco-functions.php on line 129
Mysql ‘de regular expression kullanmak – Murat Uğur Eminoğlu
Warning: Undefined array key "custom_scripts" in /var/www/murat.ws/public_html/wp-content/plugins/reco-functions/custom-styles.php on line 48

Press enter to see results or esc to cancel.

Mysql ‘de regular expression kullanmak

REGEXP parametresi ekleyerek kullanabilirsiniz.

# ilk harfi M ve U olanlari sorgulariz.

mysql> SELECT * FROM uye WHERE ad REGEXP “^[Mu]”;

# Son harfi Z olanlar

SELECT * FROM uye WHERE ad REGEXP “[Z]$” ;

# Ilk iki harfi MU olanlar

mysql> SELECT * FROM uye WHERE ad REGEXP “^MU”;

sevgiyle.


Warning: Undefined array key "custom_scripts_footer" in /var/www/murat.ws/public_html/wp-content/plugins/reco-functions/custom-styles.php on line 58