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

qt - QML MouseArea onWheel event not working properly when inside QML Scrollview -

java - is not an enclosing class / new Intent Cannot Resolve Constructor -

python - Error importing VideoFileClip from moviepy : AttributeError: 'PermissionError' object has no attribute 'message' -