- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
CREATE TABLE `static_answers` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`question_id` int(11) unsigned NOT NULL,
`title` varchar(255) NOT NULL,
`is_correct` enum('0','1') NOT NULL,
`created_at` int(11) unsigned NOT NULL,
`updated_at` int(11) unsigned NOT NULL,
`hits` int(10) unsigned NOT NULL DEFAULT '0',
...
)
defecate-plusplus 12.03.2015 19:08 # +4
FROM `static_answers` a
WHERE q.`id` = 3268
If you retrieve an ENUM value in a numeric context, the column value's index is returned.
так-то идеальная субд для пыхи
LispGovno 12.03.2015 19:56 # 0
defecate-plusplus 12.03.2015 20:02 # 0
правда, почему-то сильно завязанный на sqlite
http://siliconframework.org/blog/a_simple_silicon_blog_api.html
roman-kashitsyn 12.03.2015 20:58 # 0
Ладно хотя бы так http://soci.sourceforge.net/, но это....
LispGovno 13.03.2015 00:29 # 0