Currently we parse the DISTINCT inside function call as just a single keyword that's part of that functions argument list, with the columns list after DISTINCT looking like a normal argument, while it's actually an argument for DISTINCT.
See nene/prettier-plugin-sql-cst#73
Currently we parse the
DISTINCTinside function call as just a single keyword that's part of that functions argument list, with the columns list afterDISTINCTlooking like a normal argument, while it's actually an argument forDISTINCT.See nene/prettier-plugin-sql-cst#73