How to Fetch Data Quickly From Tables
While coding in any programming language, we often use loops like for,while etc. Basically, loops are performed in two cases: * Read loops on database tables or joins. * Loops on index values or on a list of values. Sage X3 provides two special key words to fetch the required data more quickly. Two of… Read More »