如何生成数据库?
在SQL里如何用语句生成数据库,如:i
if e x i s t s ( s e l e c t * f r o m d b o . s y s d a t a b a s e s w h e r e n a m e = ' S t u d e n t ' )
d r o p d a t a b a s e S t u d e n t
G O
c r e a t e d a t a b a s e S t u d e n t
g o
u s e S t u d e n t
语法无错,可就是创建不了student
请指教