sql - MYSQL column containing % symbol -


i trying create table column name aggregate_report_90%_line in mysql. getting syntax error because of % symbol. how create column % symbol?

you have escape \% . not style. avoid it. http://dev.mysql.com/doc/refman/5.7/en/string-literals.html

you should avoid because '%' special symbol can used in select queries wildcard.


Comments

Popular posts from this blog

java - pagination of xlsx file to XSSFworkbook using apache POI -

Unlimited choices in BASH case statement -

apache - How do I stop my index.php being run twice for every user -