View Single Post
  #8 (permalink)  
Old 09-08-10, 03:07
Littlefoot Littlefoot is offline
Lost Boy
 
Join Date: Jan 2004
Location: Croatia, Europe
Posts: 3,629
The question was: how to do something when a procedure parameter name is EQUAL to a column name.

Therefore, (parameter) vs. (column)
"user_name" <> "username" or
"user_name" <> "param_user_name" or
"user_name" <> "p_user_name" or ... - no problem.

But, if "user_name" = "user_name", that's the problem.
Reply With Quote