Find UPPER Alphabets in mysql in LIKE clause? -


i search state_abbreviation tx. below query tried far:

select * `usa_address`   ' 1 american center, suite 3000 600 congress avenue austin , tx  78701'              concat('%',usa_address.city,'%')     , ' 1 american center, suite 3000 600 congress avenue austin , tx  78701  '              concat('%',upper(usa_address.state_abbreviation),'%') 

enter image description here


Comments

Popular posts from this blog

python - How to insert QWidgets in the middle of a Layout? -

python - serve multiple gunicorn django instances under nginx ubuntu -

module - Prestashop displayPaymentReturn hook url -