sql server - Sql - goto statement -


Is it good to use the 'goto' statement in SQL queries?

Depends on SQL - In some dialects, there is not a useful mechanism for flow control except GOTO.

GOTO generally bad form


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -