Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 statement name

Author  Topic 

pnpsql
Posting Yak Master

246 Posts

Posted - 2013-01-23 : 05:05:17

what is the NAME OF SELECT STATEMENT that is USED TO assign values in multiple
variables LIKE
SELECT @v1 = 1 , @v2 = 11

challenge everything

James K
Master Smack Fu Yak Hacker

3873 Posts

Posted - 2013-01-23 : 05:34:31
I don't know if there is a specific name to it other than "a SELECT statement that assigns values to variables"
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2013-01-23 : 07:11:13
quote:
Originally posted by pnpsql


what is the NAME OF SELECT STATEMENT that is USED TO assign values in multiple
variables LIKE
SELECT @v1 = 1 , @v2 = 11

challenge everything


Is that an interview question?


------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page

pnpsql
Posting Yak Master

246 Posts

Posted - 2013-01-23 : 07:27:48
YES THIS IS ASKED AT ONLINE TEST


challenge everything
Go to Top of Page

pnpsql
Posting Yak Master

246 Posts

Posted - 2013-01-25 : 13:47:46
pls suggest

challenge everything
Go to Top of Page

Lamprey
Master Smack Fu Yak Hacker

4614 Posts

Posted - 2013-01-25 : 14:55:58
Other that "Select Statement" maybe they are looking for "Mutliple Variable Assignment?" *shrug* Either way, it's a select statement.
Go to Top of Page

pnpsql
Posting Yak Master

246 Posts

Posted - 2013-01-28 : 00:57:50
okay.

challenge everything
Go to Top of Page

GetSome
Starting Member

4 Posts

Posted - 2013-01-28 : 16:51:42
DID U GET TEH JOB ?
Go to Top of Page

pnpsql
Posting Yak Master

246 Posts

Posted - 2013-02-04 : 15:58:47
no it was just a test organized by a client

challenge everything
Go to Top of Page
   

- Advertisement -