TheWizardofInt
Well-known member
I am taking over a Sybase app for a new company, and wading through the SQL statements of a guy who knew one variable type: the string
One of his queries includes in the Where clause of a SQL statement:
Where <Var> || =
Which I think is supposed to handle the possibility of <Var> being Null (in this case, <Var> is representing the variable name, and the variable is an integer in the table from whence it comes).
Am I right? Has anyone seen this before?
One of his queries includes in the Where clause of a SQL statement:
Where <Var> || =
Which I think is supposed to handle the possibility of <Var> being Null (in this case, <Var> is representing the variable name, and the variable is an integer in the table from whence it comes).
Am I right? Has anyone seen this before?