目录mysql 数据类型详解:字符串、数字、日期1. 字符串(String)数据类型1.1 定长与变长字符串1.2 TEXT 和 BLOB2. 数字(Numeric)数据类型2.1 整数类型2. 数字(Numeric)数据类型2.1 整数类型2.2 浮点与定点类型3
i am creating a sample movie (MVC) application. I was getting fine with Viewing and Creating a new record, but when i wrote the code to get the details of a particular record i met with the following