Is it good idea to have mysql column names as numeric? -


i using mysql. going read values file , save database using php. values in file associated specific integer number , can identified using number. idea have column names in database numeric ? never used numeric column names before

it (with some restrictions). think idea? if colleague, don't want see select '122' '223' '456' = 456 instead of select distance places height = 456


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

What is happening when Matlab is starting a "parallel pool"? -

php - Cannot override Laravel Spark authentication with own implementation -