Open am357 opened 2 years ago
As PartiQL maintainer I want to flesh out how PartiQL should handle SQL parameters so that it can be considered as a basis for implementation.
SELECT ?, f.a from foo f where f.bar = ? and f.spam = 'eggs' and f.baz =
As PartiQL maintainer I want to flesh out how PartiQL should handle SQL parameters so that it can be considered as a basis for implementation.
Example
SELECT ?, f.a from foo f where f.bar = ? and f.spam = 'eggs' and f.baz =
DoD