选出最大amount对应的值在sqlite的quote表中,选出amount字段的最大值,对应的其他值。SELECT * FROM quote where amount=max(quote.amount);请问,这句话哪里有问题?[解决办法].header on