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
How to hide .aspx extension in client browser.
How to run imagebutton code from datagridview - aspx
Printing a HTML page
Need to update my Windows
FTP.EXE
client to do secure FTP
E-Machines EL1200 BSOD at Startup - Windows XP SP2
Determine website load speed and see how it compares against other websites
How do I setup "completely" Unsolicited Remote Assistance Requests in Windows 7 for remote support? - Replacing free VNC
Reading in and set value in stored procedure
Change of app name while app is runing
exchange log files