Tuesday, October 19, 2010

The USE statement is used for Selecting a Database. Can you use the USE statement anywhere or there are any restricions on it ?

a USE database statement is not allowed in a procedure, function or trigger.

No comments:

Post a Comment

LSTM Cells, Gates, Hidden State, and Cell State

The following points summarize the internal architecture and processing flow of an LSTM (Long Short-Term Memory) network in a structured...