You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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;
The text was updated successfully, but these errors were encountered:
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;
The text was updated successfully, but these errors were encountered: