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

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -