mysql - Is there any rules that which part of sql statement clause can be used in condition/case expression? -


the select clause/where clause in select statement seems can use if/case expression

which have see many times.

can statement used if/case expression?

alter table drop foreign key xxx 

if not then, there rules sql statement/clause can used in if/case expression?

any expression returns boolean value i.e. true / false can used in or if/else clause.


Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -