This forum is archived. Posts are preserved for historical reference. For current help, join us on Discord.

version 4.4

In UserSpice 4.3 and Below · Started by UsaMusa on 2018-06-20 6:16 am · 8017 views · 2 replies

Hello,

I really can't wait to use the Multilingual Feature in userspice 4.4 :)
When do you expect to release it?

Thank you guys very much
Did you delete your question about MAX?

Glad you're enjoying it! We still have a ways to go on 4.4. We're taking our time to get it right!
Yes sorry that was a syntax error.

I was trying for get this query to work:
$maxVal= $db->query("SELECT MAX(stnr) FROM standards")->first()->stnr;

but it worked just fine when when I used AS
$maxVal= $db->query("SELECT MAX(stnr) AS maxVal FROM standards")->first()->maxVal;

Thanks