To view the current status variable settings, you can use the SHOW STATUS statement : Alter View « View « SQL / MySQL






To view the current status variable settings, you can use the SHOW STATUS statement

    


SHOW STATUS [LIKE '<value>']

   
    
    
    
  

Related examples in the same category

1.ALTER VIEW statement