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 -

Python Tornado package error when running server -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -