Busy Accounting Software
SQL Qery
Copy This code and Paste in SQL Query Command
SELECT
Master1.Code,
Master1.Name,
MasterAddressInfo.ITPAN,
MasterAddressInfo.GSTNo,
MasterAddressInfo.Address1,
MasterAddressInfo.Address2,
MasterAddressInfo.Address3
FROM Master1, MasterAddressInfo
WHERE Master1.Code = MasterAddressInfo.MasterCode
AND Master1.Parentgrp = 117

कोई टिप्पणी नहीं:
एक टिप्पणी भेजें