public tableExists (mixed $tableName, [mixed $schemaName])
Generates SQL checking for the existence of a schema.table
1 | var_dump( $connection ->tableExists( "blog" , "posts" )); |
public tableExists (mixed $tableName, [mixed $schemaName])
Generates SQL checking for the existence of a schema.table
1 | var_dump( $connection ->tableExists( "blog" , "posts" )); |
Designed by : w10schools
service@w10schools.com
Please login to continue.