mssql_ecto icon indicating copy to clipboard operation
mssql_ecto copied to clipboard

fix `top` expression

Open zelixir opened this issue 7 years ago • 0 comments

Description

This sql cannot execute in sqlserver 2008 exec sp_executesql N'SELECT TOP @P1 a0."email" FROM "accounts" ORDER BY a0."id"',N'@P1 int',1

zelixir avatar Jun 30 '18 08:06 zelixir