Hi,
in our historically grown database (DB2 IBM i V7R1) we have some tables which contain dots in their names.
Ausw. Objekt Art Attribut FA.ART5 *FILE PF-DTA FA.ART5_S *FILE PF-DTA FA.ART6 *FILE LF FA.ART7 *FILE PF-DTA FA.ART9 *FILE PF-DTA FA.ART9_CG *FILE PF-DTA FA.ART9_FE *FILE PF-DTA FA.ART9_S *FILE PF-DTA
How to select or update them with SQL ?
This doesn't work:
replace satz with #sql{ update QS36F.FA.ART5 set A5LFM = :A0LFM where A5AUFU = :A0AUF };
Kind Regards!
Marcel-D