Help for sql select statement
Posted: Mon Mar 30, 2020 2:42 pm
Hi,
I have this code:
I use MariaDB. How can I convert this to sql select for using oCn:RowSet method?
Thanks.
I have this code:
Code: Select all
xTARIH = CTOD("30/03/2020")
USE AJANDA ORDER "BAGNO" ALIAS "AJANDA_Array_Guncelle" READONLY
SET SCOPE TO "HY00000000", "HY99999999"
SSART := 'xTARIH >= AJ_BTAR .AND. xTARIH <= AJ_TARIH'
SET FILTER TO &SSART
Thanks.