Třídová akce

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

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