Georged Weblog

Have you georged your mind?

Browse by Tags

All Tags » SQL (RSS)
Sorry, but there are no more tags available to filter with.
"Static" variables in SQL
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...
Posted: Oct 16 2003, 11:29 PM by georged | with 5 comment(s)
Filed under:
More Posts