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
Post a Comment