Closed zzet closed 4 years ago
Using sql-migrate with Snowflake I got the problem with the execution of the "SELECT * FROM %s ORDER BY id ASC". The quoting of the ID column solving the problem.
sql-migrate
"SELECT * FROM %s ORDER BY id ASC"
ID
Thanks!
Thank you!
Using
sql-migrate
with Snowflake I got the problem with the execution of the"SELECT * FROM %s ORDER BY id ASC"
. The quoting of theID
column solving the problem.