24.04.2016, 02:01
Quote:
It is by far the only way of loading and is very sophisticated.
Default values can be done like this: (example while creating a table) "CREATE TABLE `Users` (`Int` INTEGER DEFAULT 0, `String` TEXT DEFAULT 'default text here', `Float` FLOAT DEFAULT 0.0)" http://www.tutorialspoint.com/sqlite ^^ This website may be helpful. |
Just to realize the idea of the speed of MySQL
Does the load char executes the catch field all at once to make it fast or ?
And I'll use the website, thanks