Search
 
SCRIPT & CODE EXAMPLE
 

SQL

ms sql print more than 1 variable

declare @first INT = 1, @second int = 2
PRINT '1st var ' + CAST(@first AS VARCHAR) + ' 2nd var ' + CAST(@second AS VARCHAR)
Comment

PREVIOUS NEXT
Code Example
Sql :: postgresql database url 
Sql :: dbms_metadata.get_ddl table 
Sql :: alter column to not null with default value sql server 
Sql :: sql latlng 
Sql :: sqlite 3 mac 
Sql :: oracle error compilation line 
Sql :: sql query to create table in database 
Sql :: sql join 
Sql :: mysql find db contarint 
Sql :: postgres delete by id 
Sql :: redo files log oracle 
Sql :: generate sql from specific migration ef core 
Sql :: EnvironmentError: mysql_config not found 
Sql :: delete table in mysql 
Sql :: oracle grant directory 
Sql :: sql mode 
Sql :: Sequelize model datatype of enum 
Sql :: not between mysql 
Sql :: mysql unique constraint 
Sql :: t-sql add column 
Sql :: oracle drop type if exists 
Sql :: sql server python connection 
Sql :: postgres full text search example 
Sql :: sql where is not number 
Sql :: sql update multiple tables 
Sql :: how to add new column with default value in sql server 
Sql :: disable module odoo 
Sql :: postgresql isnull with max 
Sql :: in in sql 
Sql :: Question 7: Write an SQL query to print details of the Workers who have joined in Feb’2014. 
ADD CONTENT
Topic
Content
Source link
Name
5+8 =