|
Archives of the TeradataForumMessage Posted: Thu, 05 Jan 2006 @ 15:02:10 GMT
You could try some thing like this. my $MyQuery="SHOW TABLE $MyTable;"; my $sth = $dbh->prepare($MyQuery); $sth->execute(); while ($MyText = $sth->fetchrow_array) { $MyText=~s/\r/\n/g; $MyResult=$MyText; } print "Show Table Result :$MyResult \n" ; Thank you
| ||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||
Copyright 2016 - All Rights Reserved | ||||||||||||||||||||||||||||||||||||||||||||||||
Last Modified: 15 Jun 2023 | ||||||||||||||||||||||||||||||||||||||||||||||||