Guest User

Untitled

a guest
Oct 19th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. SELECT
  2. pss8.dbo.xml_StripIllegalChars(dbo.rpt_get_series_volume(b.bookkey)) AS p_seriesvol --SELECT to be replaced that works but is slow due to function use I am told
  3. ,COALESCE(bd.seriesvolume, '') AS p_seriesvol --my SELECT that won't work!
  4. FROM
  5. bookdetail bd
  6. WHERE
  7. --bd.bookkey='303177'
  8. bd.bookkey='6002'
Add Comment
Please, Sign In to add comment