Guest User

Untitled

a guest
Jan 22nd, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. Select (cast(col1 as float) + cast(col2 as float)) / 2 as average_between_col1_and_col2
  2. from table tbl
Add Comment
Please, Sign In to add comment