table_from_binding_inferscheme.sql 141 B

12345678
  1. /* syntax version 1 */
  2. /* kikimr can not */
  3. pragma yt.InferSchema;
  4. /* postgres can not */
  5. use plato;
  6. $x = "Input";
  7. SELECT count(*) FROM $x;