Add a Constant Value to a RecordSet


/ Published in: SQL
Save to your folder(s)

Noob stuff, but I always end up looking this up.


Copy this code and paste it in your HTML
  1. SELECT '' AS ActivityName
  2. UNION
  3. SELECT ActivityName
  4. FROM Activity

Report this snippet


Comments


You need to login to view comments.