participle icon indicating copy to clipboard operation
participle copied to clipboard

[Feature] Support Join and sub-queries for the SQL parser

Open suntong opened this issue 3 years ago • 2 comments

Please support Join and sub-queries for the SQL parser.

It's a test of expressiveness and limitation of participle.

Thanks

suntong avatar Dec 30 '21 21:12 suntong

The _examples folder is just that, examples. If they are to be extended, contributions are welcome. That said there are other examples, including the minio S3 select parser.

alecthomas avatar Dec 31 '21 00:12 alecthomas

there are other examples, including the minio S3 select parser.

I took a look and neither seems to be able to support Join and sub-queries for SQL select.

I'm asking because I don't know if participle is capable of supporting them, as that's a test of expressiveness and limitation of participle.

suntong avatar Dec 31 '21 20:12 suntong

Participle is a general purpose parser, there's no limitation that would effect this.

alecthomas avatar May 16 '23 23:05 alecthomas