Value Sql::Select(const String& s) { return Select0("select " + s); }
uint64_t RSDic::Select(uint64_t ind, bool bit) const{ if (bit) return Select1(ind); else return Select0(ind); }
Value Sql::operator%(const SqlStatement& q) { return Select0(Compile(q)); }