nested-set icon indicating copy to clipboard operation
nested-set copied to clipboard

[Bug] MySQL does not support the NULLS FIRST / NULLS LAST options

Open miclle opened this issue 3 years ago • 0 comments

https://github.com/longbridgeapp/nested-set/blob/main/nested_set.go#L295

Error 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'NULLS FIRST, lft ASC FOR UPDATE'

https://learnsql.com/blog/how-to-order-rows-with-nulls/

miclle avatar Mar 02 '23 09:03 miclle