mysql - How to find records of a column if the data type of a column has been changed using a where condition -


to know data types of columns in table are, use 'desc schema.table_name'. if particular column's data type has been changed character numeric.

how check if there records in table data type character.

i see select distinct column_1 schema.table_name gives distinct values in column

but can check if data type of 'character' got table using where condition?

if using sql. can use query.

select column_name table_name column_name not [0-9] 

Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -