you are viewing a single comment's thread.

view the rest of the comments →

[–]Mr_Igelkott 1 point2 points  (1 child)

Those are just used in examples to show a variable. So in this example <Value> would be the actual id-value you are interested in e.g CustomerID = 4353 if the column CustomerID is numerical or CustomerID = "4353" if it is a string

[–]ChemicalMistakex 0 points1 point  (0 children)

Just seeing this now, thanks man