SQLite的。几个选定的列不会出现在结果中

时间:2014-06-16 10:29:38

标签: sqlite

我执行此类查询

SELECT white_id AS participant_id, 1.0 AS score, -1 AS color
FROM tournament_game;

并期望重新获得三列结果(participant_id,得分,颜色),但结果仅为(participant_id,得分)。这个查询在MySQL中工作正常。怎么了?

0 个答案:

没有答案