About 12,200,000 results
Open links in new tab
  1. Defining and using a variable in batch file - Stack Overflow

    370 The spaces are significant. You created a variable named 'location ' with a value of ' "bob"'. Note - enclosing single quotes were added to show location of space. If you want quotes in …

  2. What does the @ symbol before a variable name mean in C#?

    Mar 18, 2016 · I understand that the @ symbol can be used before a string literal to change how the compiler parses the string. But what does it mean when a variable name is prefixed with …

  3. SQL Server SELECT INTO @variable? - Stack Overflow

    Jan 8, 2015 · INTO .. a TABLE VARIABLE. The best you can do is create it first, then insert into it. Your 2nd snippet has to be DECLARE @TempCustomer TABLE ( CustomerId …

  4. SELECT INTO a table variable in T-SQL - Stack Overflow

    Oct 1, 2010 · Got a complex SELECT query, from which I would like to insert all rows into a table variable, but T-SQL doesn't allow it. Along the same lines, you cannot use a table variable with …

  5. How to keep one variable constant with other one changing with …

    Jan 25, 2016 · How to keep one variable constant with other one changing with row in excel Asked 15 years, 5 months ago Modified 2 years, 10 months ago Viewed 912k times

  6. How to set command's output as a variable in a batch file

    Jun 15, 2011 · None of the answers seems to work for me. My command is "openssl dgst -sha384 -binary %1% | openssl base64 -A" and I wish the string output to be stored in a variable in a …

  7. How do I use variables in Oracle SQL Developer? - Stack Overflow

    Apr 13, 2011 · In SQL Developer, substitution variables defined by DEFINE seem to be persistent between query executions. If I change the variable value, but do not explicitly highlight the …

  8. SQL Server - In clause with a declared variable - Stack Overflow

    Dec 11, 2014 · You can't use a variable in an IN clause - you need to use dynamic SQL, or use a function (TSQL or CLR) to convert the list of values into a table. Dynamic SQL example:

  9. sql - A table name as a variable - Stack Overflow

    A table name as a variable Asked 15 years, 1 month ago Modified 1 year, 1 month ago Viewed 616k times

  10. How can I determine a Python variable's type? - Stack Overflow

    Dec 31, 2008 · 164 How to determine the variable type in Python? So if you have a variable, for example: one = 1 You want to know its type? There are right ways and wrong ways to do just …

Refresh