Closed LiberalArtist closed 5 years ago
Previously, a statement like (select y #:from ys #:limit 1) would emit SELECT y FROM ys ORDER BY LIMIT 1.
(select y #:from ys #:limit 1)
SELECT y FROM ys ORDER BY LIMIT 1
Previously, a statement like
(select y #:from ys #:limit 1)
would emitSELECT y FROM ys ORDER BY LIMIT 1
.