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 -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -