Třídová akce

Kód:
5
Tělo:
Select
  A.Code as MaxCode, 
  A.ID as ID, 
  A.Name as Name, 
  A.Hidden as Hidden
from
  BusTransactions A
where
  A.Code = (SELECT MAX(Code) FROM BusTransactions WHERE Code LIKE :Formula)

Generated by ABRA Software a.s. 27.10.2021 16:34:08