Guest User

Untitled

a guest
Jan 16th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. select
  2. func1( a.SomeField ) Func1Answer,
  3. func2( a.AnotherField ) Func2Answer
  4. from
  5. SomeTable a
  6. where
  7. a.Column = @passedParameterToProcedure
Add Comment
Please, Sign In to add comment