View Single Post

   
  #2 (permalink)  
Old 02-29-2008, 06:51 AM
Madhivanan
 
Posts: n/a
Default Re: Count the number of cubes


To count number of databases use this

select count(catalog_name) from information_schema.schemata

Madhivanan

Reply With Quote