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
select
a.pt_dept_cd
,a.sts_cls
,a.pt_no
from
manst a,
(
select
rcd_id,
max(release_number) release_number
from
manst
where
pt_no = :p1
and rcd_patt_id = :p2
) b,
manst c,
typmt d,
reqst e
result
tables = ["manst"]
columns_dict = {'select': ['manst.pt_dept_cd', 'manst.sts_cls', 'manst.pt_no', 'rcd_id', 'release_number'], 'where': ['pt_no', 'rcd_patt_id', 'manst', 'c', 'typmt', 'd', 'reqst', 'e', 'rcd_id']}
result
columns_dict = {'select': ['clinmt.pt_no', 'tbamv.pt_name', 'dept_name'], 'where': ['clinmt.dept_cd', 'depart.dept_cd', 'clinmt.c_no', 'clinmt.cls']}
maybe after closing parentheses directly previous used keyword
The text was updated successfully, but these errors were encountered: