-
Notifications
You must be signed in to change notification settings - Fork 217
Open
Description
Doing project upgrades, Previous paragraph korma.core code
korma0.3.0 code :
(last (select period
(fields :qjnd :qjyf)
(where {:dwdm dwdm :sfyjz 0})
(order :qjnd :desc :qjyf :desc)));
There is no problem in korma0.3.0,But there is a problem when calling koram0.4.3;
Then order how to write koram0.4.3 when encountered multiple values;
example
select qjnd ,qjyf
from period
where dwdm =dwdm and sfyjz=0
order by qjnd desc, qjyf desc;
Metadata
Metadata
Assignees
Labels
No labels