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

.net - Bulk insert via Dapper is slower than inserting rows one-by-one -

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

shared memory - gstreamer shmsrc and shmsink with h264 data -