learntech
Wednesday, 10 June 2015
Coping data from one table to another table
static void copy(args _args)
{
SourceTable sourceTable;
DestinationTable destinationTable;
ttsbegin;
while select sourceTable
{
buf2buf(sourceTable,destinationTable)
destinationTable.insert();
}
ttscommit;
}
No comments:
Post a Comment
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment