1 2 3 4 5 6 7 8 9 10 11
# Generated from: params_positional.tap.md#int2_param # Test: Query with positional INT2 parameter query_positional 'MAP {result: $1}' '1234' --- > +----------+ > | result | > +----------+ > | 1234 | > +----------+ >