Browse by Tags
All Tags »
SQL (
RSS)
Sorry, but there are no more tags available to filter with.
I did not realise that declared variables in SQL are effectively “static” when used in rowsets. That is, the following code: create table roles(role nvarchar(50)) GO insert roles select 'Administrator' union select 'Editor' union select 'User...
More Posts