标签: perl relational-database dbi dbd
是否可以始终使用完全限定的表名
my $fully_qualified_name = $dbh->quote_identifier( $cat, $schema, $table );
还是有情况/ DBD驱动程序,我不应该使用完全限定的表名?