Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

check if a column contains a word sql code example

Example: sql query to check if column contains alphabets

SELECT * 
FROM table_name
WHERE CAST(PRIME_KEY AS STRING) RLIKE '([0-9]+[a-z]+)'

Tags:

Sql Example

Related

install select2 widget code example javascript read json file nodejs 14 code example import pillow windows code example git checkout m code example change df column to int code example how to set the loading component timeout in react code example github restful api code example how to find mean in pandas code example bash concat string and repeated variable code example can indexer use without array in c# code example ab testing full form code example jquery button hide show code example

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy