Microsoft
Software
Hardware
Network
Question : Set variable
Good morning,
Im trying to set a variable which can be used in following SQL statments, but the line I thought would work, gives me errors.
I thought the line "set @tmpPriID = select uuid();", would assign a uuid to the variable @tmpPriID, where I can use it in multiple select statments after, and then call it again to generate a new value to @tmpPriID.
However when I try and execute "set @tmpPriID = select uuid();", I get an error 1064(42000) you have an error in your SQL syntax;.
Any ideas what Im doing wrong?
Thank you
Answer : Set variable
please try:
1: 2: 3: 4: 5:
set @tmpPriID = uuid(); or select @tmpPriID = uuid();
Random Solutions
Query
Hosting options for ASP.NET 4.0 and SQL 2008
create zip using VB2005
LINQ versus Entity Framework?
Adobe Photoshop 6.0
Outlook 2007 on Vista , Cannot Display the Folder. Microsoft Office Outlook cannot access the specific Folder Location. The messaging Interface has returned an unknown error. If the problem persists
HP Color Laserjet CP2025 only printing one copy when asked to print multiple copies
Load XML file into sqlserver 2008 Database using c#
Why don't I get a view when I create a tab bar application?
Microsoft Excel - Change a Named Range With Code